Commit d1fee427 by Will Daly

Updated Jenkins script to reflect new requirements installation process

parent 1e1e6450
......@@ -19,13 +19,7 @@ fi
export PIP_DOWNLOAD_CACHE=/mnt/pip-cache
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
pip install -q -r pre-requirements.txt
yes w | pip install -q -r requirements.txt
bundle install
npm install
rake install_prereqs
rake clobber
TESTS_FAILED=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment