diff --git a/tox.ini b/tox.ini index 992a699..f7751d0 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,12 @@ passenv = {[testenv]passenv} commands = {envpython} \ -m coverage run --parallel setup.py test +[testenv:py34] +# No warnings with Python 3.4 +passenv = {[testenv]passenv} +commands = {envpython} \ + -m coverage run --parallel setup.py test + [testenv:py2-nosasltls] basepython = python2 deps = {[testenv]deps}