Merge pull request #32 from SchrodingersGat/master

Tweaks for config files
This commit is contained in:
Oliver 2017-04-12 18:38:58 +10:00 committed by GitHub
commit 92c6800717
2 changed files with 3 additions and 1 deletions

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:

View File

@ -1,2 +1,3 @@
Django==1.11
djangorestframework==3.6.2
flake8==3.3.0