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 18:07:25 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-12 18:07:25 +0300
commit596132292aee59c291f4086be554934ead50a4c8 (patch)
treeb284e79bd4e7a6864dfa49150dc28cd8ba5366a5 /tox.ini
parent7bc1cd4454080ca7bf2e656b9ed6276068d65d84 (diff)
Travis: test Python 3.4.
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 9d5ccf49c..a2d4fbde7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ setenv =
[testenv:py34]
commands =
pip install -e acme[testing]
- nosetests acme/acme
+ nosetests acme
[testenv:cover]
basepython = python2.7