Skip to content

Commit

Permalink
Make nosetests verbose in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 11, 2020
1 parent 83fe7be commit 6219fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = python

[testenv]
commands =
nosetests -s []
nosetests -s {posargs:-vv} []
python setup.py checkdocs
usedevelop = True
extras = testing
Expand Down

0 comments on commit 6219fc1

Please sign in to comment.