From 436d95bfabe579537152c99ab3bfa5fcc53d4b05 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 26 Apr 2013 15:25:13 -0400 Subject: [PATCH] Make tests install coffee locally --- jenkins/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkins/test.sh b/jenkins/test.sh index e1d44bf6b5..53643b8440 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -40,6 +40,8 @@ yes w | pip install -q -r requirements.txt bundle install +npm install + rake clobber rake pep8 > pep8.log || cat pep8.log rake pylint > pylint.log || cat pylint.log