Moved users creation in core

This commit is contained in:
Ionut Filip
2018-11-02 15:05:16 +02:00
parent c3bc7988c9
commit 88f5e6e4cf
3 changed files with 14 additions and 14 deletions

View File

@@ -18,10 +18,6 @@ install:
before_script:
- docker-compose -v
- docker-compose -f tests/build.yml build
- docker-compose up -d admin
- docker-compose exec admin python manage.py admin admin mailu.io password
- docker-compose exec admin python manage.py user --hash_scheme='SHA512-CRYPT' user mailu.io 'password'
- docker-compose down
script:
# test.py, test name and timeout between start and tests.