Add py3 tox tests for acme.jose

This commit is contained in:
Jakub Warmuz
2015-07-12 11:53:18 +00:00
parent c0ba26776a
commit 5d6d901655
+1 -1
View File
@@ -30,7 +30,7 @@ setenv =
envdir = {toxinidir}/tox.venv3
commands =
pip install -e acme[testing]
nosetests acme/acme/jose
nosetests acme/acme
[testenv:cover]
basepython = python2.7