summaryrefslogtreecommitdiff
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
parent0da93e8d3f2fa88401acfb92f4370fd0fc2089e6 (diff)
downloadrsa-9487ce6e5db4cb876c465e8bd51a3e579e118c0c.tar.gz
Increase test verbosity.
-rw-r--r--.gitignore1
-rw-r--r--.hgignore1
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f260764..5d8ea92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ distribute*.egg
.tox/
.coverage
+.coverage.*
diff --git a/.hgignore b/.hgignore
index a5db5a2..2df9c04 100644
--- a/.hgignore
+++ b/.hgignore
@@ -8,4 +8,5 @@ distribute-0.6.*
doc/_build/
.tox/
.coverage
+.coverage.*
.idea/
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 []