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:
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
- python InvenTree/manage.py syncdb --noinput
- python InvenTree/manage.py check