mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
no message
This commit is contained in:
parent
5947d17e28
commit
8e77410074
@ -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 {} +
|
||||
|
Loading…
Reference in New Issue
Block a user