mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 10:35:40 +00:00
Travis CI tests superuser creation
This commit is contained in:
@ -12,6 +12,7 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
- make install
|
- make install
|
||||||
- make migrate
|
- make migrate
|
||||||
|
- cd InvenTree && python3 manage.py createsuper --username InvenTreeAdmin --email admin@inventree.com --noinput
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- git ls-files --exclude-standard --others
|
- git ls-files --exclude-standard --others
|
||||||
|
Reference in New Issue
Block a user