Commit de7dfea4 by Clinton Blackburn

Using pip wheel to speed up builds

parent a9aa50de
......@@ -19,6 +19,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
install:
- gem install coveralls-lcov
- pip install -U pip wheel
- pip install -r requirements/test.txt
- pip install coveralls
- make requirements.js
......
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