For some obscure reason, coverage is broken under python 3.7 making the test suite fail, disabled python3.7 in travis waiting for it to be fixed.
This commit is contained in:
@ -4,8 +4,8 @@ python:
|
||||
- 3.5-dev
|
||||
- 3.6
|
||||
- 3.6-dev
|
||||
- 3.7-dev
|
||||
- nightly
|
||||
# - 3.7-dev
|
||||
# - nightly
|
||||
install:
|
||||
- make install-dev
|
||||
- pip install coveralls
|
||||
|
||||
Reference in New Issue
Block a user