Exclude running flake8 in Travis for Python 2.6 (flake8 dropped Python2.6 support)

pull/43/head
Andrew Krasichkov 2017-05-14 17:39:46 +03:00
parent 397128abb5
commit 1d09303b9f
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ install:
script:
- nosetests --with-coverage --cover-package gixy -v
- flake8 --max-line-length=120 setup.py yodax
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then flake8 --max-line-length=120 setup.py gixy; fi