Update .travis.yml
Add code to compile .po files before beginning tests
This commit is contained in:
parent
a00ce7605b
commit
5cb51db6d7
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ env:
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script:
|
script:
|
||||||
- flake8
|
- flake8
|
||||||
|
- python manage.py compilemessages
|
||||||
- python manage.py test -v 3
|
- python manage.py test -v 3
|
||||||
# - coverage run --source='.' manage.py test dynamicweb -v 3
|
# - coverage run --source='.' manage.py test dynamicweb -v 3
|
||||||
# - coverage report
|
# - coverage report
|
||||||
|
|
Loading…
Reference in a new issue