diff --git a/.travis.yml b/.travis.yml index ed1531b9..9df327b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: