mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
Merge branch 'master' of https://github.com/SchrodingersGat/InvenTree
# Conflicts: # Makefile
This commit is contained in:
7
Makefile
7
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user