From 473b0fc389c403efea7782cfcda4fc9cfda0906e Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 11 Jun 2013 09:41:03 -0400 Subject: [PATCH] Do a bundle install before trying to use rake, so that we have all the prerequisites when running tests --- jenkins/test.sh | 2 ++ 1 file changed, 2 insertions(+) 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