aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-17 00:19:39 +0530
committerYesudeep Mangalapilly <yesudeep@gmail.com>2011-08-17 00:19:39 +0530
commita5a43a5545c80bbc9d3df83011d0da41316d4afc (patch)
tree41392d0fcb91dcfafd2694a4300d45faecb38b7a /tox.ini
parent9358b1cb945ed4aa340785e766a42459fb161c03 (diff)
downloadrsa-a5a43a5545c80bbc9d3df83011d0da41316d4afc.tar.gz
Fixes a silly error.
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 26ab1c3..5d89f24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist = py25,py26,py27,py32 #,pypy
[pytest]
-addopts = -n4 -v --cov rsa --cov-report term-missing --doctest-modules
+addopts = -n4 -v --cov rsa --cov-report term-missing # --doctest-modules
[testenv]
commands=py.test []