diff --git a/.travis.yml b/.travis.yml index 3f55eeb22b..42c419baae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,8 @@ python: - 3.4 before_install: - - pip install pep8 - - pip install django - - pip install djangorestframework - + - make setup + script: - - python pep_check.py - - python InvenTree/manage.py check - - python InvenTree/manage.py test --noinput \ No newline at end of file + - make style + - make test