Implemented email test for travis

This commit is contained in:
Ionut Filip
2018-11-02 14:27:46 +02:00
parent 4e9dc0c3c9
commit c3bc7988c9
8 changed files with 7 additions and 287 deletions

View File

@@ -18,6 +18,10 @@ 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.