Make tests install coffee locally

This commit is contained in:
Calen Pennington
2013-04-26 15:25:13 -04:00
parent b4e9de67e0
commit 436d95bfab

View File

@@ -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