fix travis config

This commit is contained in:
Val Neekman 2019-12-08 17:30:12 -05:00
parent d83281ecb8
commit 33f4b9aec7

View file

@ -22,7 +22,7 @@ install:
- pip install coveralls
before_script:
- "pep8 --exclude=migrations --ignore=E501,E225,E128 ."
- "pycodestyle --exclude=migrations --ignore=E501,E225,E128 ."
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pyflakes -x W uuslug; fi
matrix: