Add python 3.7 to the build

This commit is contained in:
Michael Lazar
2018-07-05 14:41:14 -04:00
parent 052d53a2c7
commit 0274666ee6

View File

@@ -5,6 +5,7 @@ python:
- 3.4
- 3.5
- 3.6
- 3.7
- nightly
matrix:
allow_failures:
@@ -16,8 +17,7 @@ install:
- pip install .[test]
- pip install .
script:
# https://github.com/PyCQA/pylint/issues/1113
- if [ $TRAVIS_PYTHON_VERSION != 3.6 ] && [ $TRAVIS_PYTHON_VERSION != nightly ]; then pylint --rcfile .pylintrc -E rtv/; fi
- pylint --rcfile .pylintrc -E rtv/
- coverage run -m py.test -v
after_success:
- coveralls