Skip to content

Commit

Permalink
Run tests verbose on Travis.
Browse files Browse the repository at this point in the history
Hopefully helps with figuring out what test hangs in qutebrowser#1045.
  • Loading branch information
The-Compiler committed Oct 23, 2015
1 parent de05429 commit 87e9493
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 @@ -37,7 +37,7 @@ install:
- python scripts/dev/ci_install.py

script:
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 tests
- tox -e $TESTENV -- -p no:sugar --faulthandler-timeout=20 -v tests

matrix:
exclude:
Expand Down

0 comments on commit 87e9493

Please sign in to comment.