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:
authorBrad Warren <bradmw@umich.edu>2015-08-14 05:04:01 +0300
committerBrad Warren <bradmw@umich.edu>2015-08-14 05:04:01 +0300
commit7cb30ca8382013eb9951724372ec20b4254774f7 (patch)
tree0b256544c141224cdf21439dd47d5473f1a34692 /tox.ini
parent499f802d7cd117903095785a5828a087f7296800 (diff)
parent5898bd41e2cb11f60e80119b93820c0424ace7d2 (diff)
Merge remote-tracking branch 'upstream/master' into letshelp-apache
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 1 insertions, 11 deletions
diff --git a/tox.ini b/tox.ini
index f1174c384..26d6e0e6b 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,py33,py34,cover,lint
+envlist = py26,py27,cover,lint
[testenv]
commands =
@@ -23,16 +23,6 @@ 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]
- nosetests acme
-
[testenv:cover]
basepython = python2.7
commands =