Do a bundle install before trying to use rake, so that we have all the prerequisites when running tests

This commit is contained in:
Calen Pennington
2013-06-11 09:41:03 -04:00
parent 673c015e8e
commit 473b0fc389

View File

@@ -65,6 +65,8 @@ export DJANGO_LIVE_TEST_SERVER_ADDRESS=${DJANGO_LIVE_TEST_SERVER_ADDRESS-localho
source /mnt/virtualenvs/"$JOB_NAME"/bin/activate
bundle install
rake install_prereqs
rake clobber
rake pep8 > pep8.log || cat pep8.log