diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ envlist = py25,py26,py27,py32 #,pypy [pytest] -addopts = -n4 --cov rsa --cov-report term-missing --doctest-modules +addopts = -n4 -v --cov rsa --cov-report term-missing --doctest-modules [testenv] commands=py.test [] |