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

Added 'check' command

This commit is contained in:
Oliver Walters 2017-03-29 00:07:08 +11:00
parent beddb94683
commit b232649b63

View File

@ -8,4 +8,4 @@ before_install:
script: script:
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree" - "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
- python InvenTree/manage.py syncdb --noinput - python InvenTree/manage.py check