Skip to content

Commit

Permalink
Produce detailed test report
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Oct 30, 2019
1 parent 544eed5 commit bf93cf2
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 @@ -19,7 +19,7 @@ script:
if [ -x "$(command -v black)" ]; then
black --check .
fi
- py.test tests --cov hanja --durations=10
- py.test -v tests --cov hanja --cov-report term-missing

after_success:
- coveralls

0 comments on commit bf93cf2

Please sign in to comment.