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.5-dev
|
||||||
- 3.6
|
- 3.6
|
||||||
- 3.6-dev
|
- 3.6-dev
|
||||||
- 3.7-dev
|
# - 3.7-dev
|
||||||
- nightly
|
# - nightly
|
||||||
install:
|
install:
|
||||||
- make install-dev
|
- make install-dev
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user