Only run linting on 3.6

This commit is contained in:
Tom Christie 2018-06-25 14:57:13 +01:00
parent ec8c847a4e
commit eef545df41
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install:
script:
- scripts/test
- scripts/lint
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then scripts/lint; fi
after_script:
- codecov