Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-07-12 14:38:33 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-12 14:53:18 +0300
commit5d6d901655d0a4c71830ecb4ef17af308edb1d3d (patch)
treef61d352910016199c5cd43972d1c87de93cfb499 /tox.ini
parentc0ba26776a34893ce6e115a330a13fcc1ab1bad5 (diff)
Add py3 tox tests for acme.jose
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 d1b9253ed..7d5027bf8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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