mirror of https://github.com/encode/starlette.git
Only run 'black' on python >= 3.6
This commit is contained in:
parent
84636f8af0
commit
548d5cde17
|
@ -3,7 +3,6 @@ language: python
|
|||
cache: pip
|
||||
|
||||
python:
|
||||
- "pypy3.5"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
|
@ -11,5 +10,5 @@ install:
|
|||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- scripts/lint
|
||||
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then scripts/lint; fi
|
||||
- scripts/test
|
||||
|
|
Loading…
Reference in New Issue