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-10-11 19:01:52 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-11 19:01:52 +0300
commit1802b87a1244eb134ae87292564d6064ad3700d4 (patch)
treea45b8c89f94d6ff8aeb987ba4f26de3cb0e0127f /tox.ini
parent013d5d2ea9a7c92aab47582c87924f6135ad53b5 (diff)
Revert "Remove Python 2.6 support."
This reverts commit 31d37a395393d74047964c6111300a09a446e4de.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b10558077..83a3d07ec 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 = py27,cover,lint
+envlist = py26,py27,py33,py34,cover,lint
[testenv]
commands =
@@ -40,6 +40,7 @@ commands =
./tox.cover.sh
[testenv:lint]
+# recent versions of pylint do not support Python 2.6 (#97, #187)
basepython = python2.7
# separating into multiple invocations disables cross package
# duplicate code checking; if one of the commands fails, others will