no message

This commit is contained in:
Oliver Walters 2017-03-28 23:55:31 +11:00
parent 5947d17e28
commit 8e77410074

View File

@ -7,7 +7,7 @@ before_install:
- pip install django
before_script:
- "pep8 --exclude=migrations --ignore=E402,W293,E502 InvenTree"
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
script:
- find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} +