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:
Romain Dorgueil
2017-12-02 15:03:13 +01:00
parent a8ff1b4df1
commit 893a61aba2

View File

@ -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