mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-23 05:06:32 +00:00
Making sure travis has the build.txt requirements
This commit is contained in:
@@ -4,6 +4,7 @@ python:
|
||||
|
||||
before_install:
|
||||
- make setup
|
||||
- make setup_ci
|
||||
|
||||
script:
|
||||
- make style
|
||||
|
3
Makefile
3
Makefile
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user