mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Updating travis file to use Makefile commands
This commit is contained in:
parent
89e4cf899e
commit
82541b9b86
11
.travis.yml
11
.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
|
||||
- make style
|
||||
- make test
|
||||
|
Loading…
Reference in New Issue
Block a user