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