Commit a34dcb75 by Clinton Blackburn

Merge pull request #276 from edx/travis-wheel

Using pip wheel to speed up builds
parents a9aa50de de7dfea4
......@@ -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