diff --git a/.travis.yml b/.travis.yml index 89fe0d56..6637e49d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: script: - scripts/test - - scripts/lint + - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then scripts/lint; fi after_script: - codecov