Ensure wheel is installed

This commit is contained in:
Gavin M. Roy 2016-11-09 15:45:20 -05:00
parent 7405312a5e
commit 7a5015d598

View file

@ -6,6 +6,7 @@ python:
- 3.5
install:
- pip install -r requires/testing.txt
- pip install wheel
script: nosetests --with-coverage
after_success:
- codecov