2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-20 16:26:52 +00:00

no message

This commit is contained in:
Oliver Walters
2017-03-28 23:55:31 +11:00
parent 5947d17e28
commit 8e77410074
+2 -2
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 {} +