Update .travis.yml

Tested it this time
This commit is contained in:
Michael Lazar
2017-03-28 01:18:16 -07:00
committed by GitHub
parent 9cd1c4b12d
commit 82fda1f995

View File

@@ -16,7 +16,7 @@ install:
- 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
- if [ $TRAVIS_PYTHON_VERSION != 3.6 ] && [ $TRAVIS_PYTHON_VERSION != nightly ]; then pylint --rcfile .pylintrc -E rtv/; fi
- coverage run -m py.test -v
after_success:
- coveralls