mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #32 from SchrodingersGat/master
Tweaks for config files
This commit is contained in:
commit
92c6800717
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:
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
Django==1.11
|
Django==1.11
|
||||||
djangorestframework==3.6.2
|
djangorestframework==3.6.2
|
||||||
|
flake8==3.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user