Update .travis.yml

Add code to compile .po files before beginning tests
This commit is contained in:
PCoder 2018-04-05 23:31:47 +02:00
parent a00ce7605b
commit 5cb51db6d7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ env:
install: "pip install -r requirements.txt"
script:
- flake8
- python manage.py compilemessages
- python manage.py test -v 3
# - coverage run --source='.' manage.py test dynamicweb -v 3
# - coverage report