Skip to content

Commit

Permalink
Enabled detailed output.
Browse files Browse the repository at this point in the history
  • Loading branch information
sewar committed Aug 22, 2013
1 parent ca4cc92 commit e1b4ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ install:
# command to run tests
script:
- coverage run --source=frontend manage.py test --settings=test_settings frontend.django_tests
- coverage run -a --source=frontend manage.py test --settings=test_settings frontend.selenium_tests
- coverage run -a --source=frontend manage.py test --verbosity 2 --settings=test_settings frontend.selenium_tests
after_success:
- coveralls

0 comments on commit e1b4ff9

Please sign in to comment.