diff --git a/jenkins/test.sh b/jenkins/test.sh index 12f909313f..e5ac4f6f71 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -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