mirror of https://github.com/yandex/gixy
Exclude running flake8 in Travis for Python 2.6 (flake8 dropped Python2.6 support)
parent
397128abb5
commit
1d09303b9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue