Skip to content

Commit

Permalink
Run the testrunner tests with the same verbosity as the pytest tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Sep 13, 2017
1 parent 6d67d7d commit 71ef697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -48,7 +48,7 @@ deps =
[testenv:py27-rp3]
basepython = python2.7
commands =
coverage run {envbindir}/zope-testrunner --path=src/RestrictedPython --all {posargs}
coverage run {envbindir}/zope-testrunner --path=src/RestrictedPython --all -v {posargs}
deps =
.[test]
zope.testrunner
Expand Down

0 comments on commit 71ef697

Please sign in to comment.