2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00
- Improved some models
- Added PEP check script
This commit is contained in:
Oliver Walters
2017-03-29 08:37:41 +11:00
parent 4fafe93d9c
commit 68ae1110ad
6 changed files with 39 additions and 20 deletions

View File

@ -8,6 +8,6 @@ before_install:
- pip install djangorestframework
script:
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
- python pep_check.py
- python InvenTree/manage.py check
- python InvenTree/manage.py test --noinput