Disable pylint for python 3.6
This commit is contained in:
@@ -10,7 +10,8 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
script:
|
script:
|
||||||
- pylint --rcfile .pylintrc -E rtv/
|
# https://github.com/PyCQA/pylint/issues/1113
|
||||||
|
- if [[ $TRAVIS_PYTHON_VERSION != 3.6 ]]; 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