summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-16 15:02:35 +0530
committerYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-16 15:02:35 +0530
commit9487ce6e5db4cb876c465e8bd51a3e579e118c0c (patch)
tree2e7e1210a936752dc8145d41d44420abfa0a716b /tox.ini
parent0da93e8d3f2fa88401acfb92f4370fd0fc2089e6 (diff)
downloadrsa-9487ce6e5db4cb876c465e8bd51a3e579e118c0c.tar.gz
Increase test verbosity.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7bc952c..26ab1c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 []