2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 03:56:43 +00:00

travis update

This commit is contained in:
Oliver Walters 2017-03-28 23:52:44 +11:00
parent 4912d5507b
commit 5947d17e28

View File

@ -4,7 +4,10 @@ python:
before_install: before_install:
- pip install pep8 - pip install pep8
- pip install django
before_script:
- "pep8 --exclude=migrations --ignore=E402,W293,E502 InvenTree"
script: script:
# TODO - Only perform PEP8 checks on files that have been changed in this push / PR
- find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} + - find . -name \*.py -exec pep8 --ignore=E402,W293,E501 {} +