Only run 'black' on python >= 3.6

This commit is contained in:
Tom Christie 2018-06-25 14:35:44 +01:00
parent 84636f8af0
commit 548d5cde17
1 changed files with 1 additions and 2 deletions

View File

@ -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