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:20:52 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-07-12 18:20:52 +0300
commit160a96052b9e088d914cd368a6cae109a25b4e06 (patch)
tree58acba65dff3554cb4d30cc29aab5fbf2d50a81b /tox.ini
parent5859e87cedbd50681070a4cf4d0b64316ca12814 (diff)
tox/Travis: test Python 3.3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a2d4fbde7..1921fdd9c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@
# acme and letsencrypt are not yet on pypi, so when Tox invokes
# "install *.zip", it will not find deps
skipsdist = true
-envlist = py26,py27,py34,cover,lint
+envlist = py26,py27,py33,py34,cover,lint
[testenv]
commands =
@@ -22,6 +22,11 @@ setenv =
PYTHONHASHSEED = 0
# https://testrun.org/tox/latest/example/basic.html#special-handling-of-pythonhas
+[testenv:py33]
+commands =
+ pip install -e acme[testing]
+ nosetests acme
+
[testenv:py34]
commands =
pip install -e acme[testing]