Skip to content

Commit

Permalink
Back out verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesnyder committed Nov 6, 2018
1 parent 6ecc687 commit 4b06a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -10,7 +10,7 @@ commands =
find . -type f -name "*.py[c|o]" -delete
pip install -r dev-requirements.txt
pip install -e demos
coverage run {envbindir}/pytest -v {posargs}
coverage run {envbindir}/pytest {posargs}
coverage combine
coverage report
coverage xml
Expand Down

0 comments on commit 4b06a9a

Please sign in to comment.