Skip to content

Commit

Permalink
display warnings in tox build
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Mar 22, 2017
1 parent 6fc9a6d commit d45b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ skip_missing_interpreters = True
[testenv]
commands =
python setup.py install
coverage run -m py.test -v
coverage run -m py.test -v -r w
coverage report
deps =
.[test]
Expand Down

0 comments on commit d45b5a3

Please sign in to comment.