Add python 3.7 to the build
This commit is contained in:
@@ -5,6 +5,7 @@ python:
|
|||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
@@ -16,8 +17,7 @@ install:
|
|||||||
- pip install .[test]
|
- pip install .[test]
|
||||||
- pip install .
|
- pip install .
|
||||||
script:
|
script:
|
||||||
# https://github.com/PyCQA/pylint/issues/1113
|
- pylint --rcfile .pylintrc -E rtv/
|
||||||
- if [ $TRAVIS_PYTHON_VERSION != 3.6 ] && [ $TRAVIS_PYTHON_VERSION != nightly ]; then pylint --rcfile .pylintrc -E rtv/; fi
|
|
||||||
- coverage run -m py.test -v
|
- coverage run -m py.test -v
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user