From bbab2d7de73138d5fc42908e25d633d29e29fdc3 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 18 Apr 2013 10:09:21 -0400 Subject: [PATCH] Install gemfiles for tests --- jenkins/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/test.sh b/jenkins/test.sh index b554e7a708..e1d44bf6b5 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -38,6 +38,8 @@ source /mnt/virtualenvs/"$JOB_NAME"/bin/activate pip install -q -r pre-requirements.txt yes w | pip install -q -r requirements.txt +bundle install + rake clobber rake pep8 > pep8.log || cat pep8.log rake pylint > pylint.log || cat pylint.log