mirror of
https://github.com/sprockets/sprockets-influxdb.git
synced 2024-11-14 19:29:29 +00:00
Ensure wheel is installed
This commit is contained in:
parent
7405312a5e
commit
7a5015d598
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ python:
|
|||
- 3.5
|
||||
install:
|
||||
- pip install -r requires/testing.txt
|
||||
- pip install wheel
|
||||
script: nosetests --with-coverage
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
Loading…
Reference in a new issue