Skip to content

Commit

Permalink
Dump logs on failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 6, 2015
1 parent b3331a2 commit 305bfcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ install:
- virtualenv --version
- pip --version
- easy_install --version
after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat
script:
- tox -v
notifications:
Expand Down

0 comments on commit 305bfcb

Please sign in to comment.