mirror of
https://github.com/soimort/you-get.git
synced 2025-02-03 00:33:58 +03:00
.travis.yml: skip flake8 on python 3.2
This commit is contained in:
parent
074aff5e7d
commit
582d89e2f2
@ -9,7 +9,8 @@ python:
|
|||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
before_install: pip install flake8
|
before_install: pip install flake8
|
||||||
before_script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
before_script:
|
||||||
|
- if [[ $TRAVIS_PYTHON_VERSION != '3.2'* ]]; then flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics; fi
|
||||||
script: make test
|
script: make test
|
||||||
sudo: false
|
sudo: false
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user