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
test:
python InvenTree/manage.py check
python InvenTree/manage.py test --noinput
migrate:
@ -21,7 +22,7 @@ migrate:
install:
# TODO: replace this with a proper setup.py
pip install -U -r requirements/base.txt
setup: install migrate
setup_ci: