mirror of https://github.com/encode/starlette.git
Only run linting on 3.6
This commit is contained in:
parent
ec8c847a4e
commit
eef545df41
|
@ -11,7 +11,7 @@ install:
|
|||
|
||||
script:
|
||||
- scripts/test
|
||||
- scripts/lint
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then scripts/lint; fi
|
||||
|
||||
after_script:
|
||||
- codecov
|
||||
|
|
Loading…
Reference in New Issue