Skip to content

Commit

Permalink
add -s -v to pytest in travis to debug why tests are stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bernhardsson committed May 16, 2018
1 parent 3489918 commit 46ff18d
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 @@ -9,6 +9,6 @@ before_install:
install:
- pip install pytest flaky -r requirements.txt
script:
- py.test --cov=convoys .
- py.test -s -v --cov=convoys .
after_success:
- coveralls

0 comments on commit 46ff18d

Please sign in to comment.