diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 [] |