Updating travis file to use Makefile commands

This commit is contained in:
zakx 2017-04-10 22:55:55 +02:00
parent 89e4cf899e
commit 82541b9b86

View File

@ -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
- make style
- make test