2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00
# Conflicts:
#	Makefile
This commit is contained in:
Oliver Walters
2019-04-26 21:24:03 +10:00
14 changed files with 252 additions and 52 deletions

View File

@ -12,7 +12,7 @@ style:
test:
python InvenTree/manage.py check
python manage.py test build company part stock
python InvenTree/manage.py test build company part stock
migrate:
python InvenTree/manage.py makemigrations company
@ -23,14 +23,11 @@ migrate:
python InvenTree/manage.py check
install:
pip install -U -r requirements/base.txt
pip install -U -r requirements.txt
python InvenTree/key.py
setup: install migrate
setup_ci:
pip install -U -r requirements/build.txt
coverage:
python InvenTree/manage.py check
coverage run InvenTree/manage.py test build company part stock