Travis CI: Verbose output

This commit is contained in:
Raphael Michel
2015-02-12 09:29:26 +01:00
parent 7a5df55e38
commit d68a15b499

View File

@@ -11,6 +11,6 @@ before_script:
- python manage.py check - python manage.py check
- python manage.py validate - python manage.py validate
script: script:
- travis_wait coverage run manage.py test - travis_wait coverage run manage.py test -v 2
after_success: after_success:
- coveralls - coveralls