summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5932192..f59d647 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,6 @@ envlist = py26,py27,py33,py34,py35,pypy
[pytest]
addopts = -v --cov rsa --cov-report term-missing
-# --doctest-modules
[testenv]
setenv =
@@ -14,3 +13,6 @@ deps=pyasn1 >=0.1.3
PyTest
pytest-xdist
pytest-cov
+
+[testenv:py35]
+commands=py.test --doctest-modules []