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:
parent
a790d35e48
commit
96273dea55
3
Makefile
3
Makefile
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user