From b232649b63f84cb958c2ce8bf8246fec8a8ae7cd Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 29 Mar 2017 00:07:08 +1100 Subject: [PATCH] Added 'check' command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b6afd5db2..8443ce5ef1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ before_install: script: - "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree" - - python InvenTree/manage.py syncdb --noinput \ No newline at end of file + - python InvenTree/manage.py check \ No newline at end of file