mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-04 14:28:48 +00:00
fixed path to manage.db
This commit is contained in:
parent
f14ae18080
commit
beddb94683
@ -6,8 +6,6 @@ before_install:
|
|||||||
- pip install pep8
|
- pip install pep8
|
||||||
- pip install django
|
- pip install django
|
||||||
|
|
||||||
before_script:
|
|
||||||
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python manage.py syncdb --noinput
|
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
||||||
|
- python InvenTree/manage.py syncdb --noinput
|
Loading…
x
Reference in New Issue
Block a user