mirror of
https://github.com/Hopiu/django-uuslug.git
synced 2026-05-16 22:11:06 +00:00
fix travis config
This commit is contained in:
parent
d83281ecb8
commit
33f4b9aec7
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue