Commit 436d95bf by Calen Pennington

Make tests install coffee locally

parent b4e9de67
...@@ -40,6 +40,8 @@ yes w | pip install -q -r requirements.txt ...@@ -40,6 +40,8 @@ yes w | pip install -q -r requirements.txt
bundle install bundle install
npm install
rake clobber rake clobber
rake pep8 > pep8.log || cat pep8.log rake pep8 > pep8.log || cat pep8.log
rake pylint > pylint.log || cat pylint.log rake pylint > pylint.log || cat pylint.log
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment