summaryrefslogtreecommitdiff
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
commiteaaabd0ecc9ef06eaf5734908f1476cbbc7565a5 (patch)
tree41392d0fcb91dcfafd2694a4300d45faecb38b7a /tox.ini
parent9487ce6e5db4cb876c465e8bd51a3e579e118c0c (diff)
downloadrsa-eaaabd0ecc9ef06eaf5734908f1476cbbc7565a5.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 []