mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
travis update
This commit is contained in:
@ -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 {} +
|
Reference in New Issue
Block a user