run django tests in travis

This commit is contained in:
Jan Koppe 2020-04-20 18:59:19 +02:00
parent 0643a94523
commit 0fcf3a5dae
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ install:
- pip install flake8 - pip install flake8
script: script:
- flake8 - flake8
- ./manage.py test