Making sure travis has the build.txt requirements

This commit is contained in:
zakx 2017-04-10 23:15:11 +02:00
parent c5b2206f94
commit 38725e6ad0
2 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
before_install:
- make setup
- make setup_ci
script:
- make style

View File

@ -19,6 +19,9 @@ setup:
python InvenTree/manage.py migrate --run-syncdb
python InvenTree/manage.py check
setup_ci:
pip install -U -r requirements/build.txt
develop:
pip install -U -r requirements/dev.txt