2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-06 15:28:49 +00:00

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 - pip install django
before_script: before_script:
- "pep8 --exclude=migrations --ignore=E402,W293,E502 InvenTree" - "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
script: script:
- find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} +