2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-05-01 04:56:45 +00:00

Added extra step to make test

This commit is contained in:
Oliver Walters 2017-04-12 16:31:15 +10:00
parent a790d35e48
commit 96273dea55

View File

@ -11,6 +11,7 @@ style:
flake8 flake8
test: test:
python InvenTree/manage.py check
python InvenTree/manage.py test --noinput python InvenTree/manage.py test --noinput
migrate: migrate:
@ -21,7 +22,7 @@ migrate:
install: install:
# TODO: replace this with a proper setup.py # TODO: replace this with a proper setup.py
pip install -U -r requirements/base.txt pip install -U -r requirements/base.txt
setup: install migrate setup: install migrate
setup_ci: setup_ci: