2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

- moved database

- added django db test
This commit is contained in:
Oliver Walters
2017-03-28 23:59:57 +11:00
parent 8e77410074
commit f14ae18080
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ before_script:
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
script:
- python manage.py syncdb --noinput