mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +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"
|
||||
- "pypy3"
|
||||
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
|
||||
sudo: false
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user