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 04:41:49 +0300
committerBrad Warren <bradmw@umich.edu>2015-08-14 04:41:49 +0300
commit0aaf9f2be7bcf75e7d1a3b80ad1dcf8d54c52ab5 (patch)
treec9b9157152f7d1ef102feac0b0520327cbf26dba /tox.ini
parentfb7924577357235fa5fdfe534bf9ed64233083ee (diff)
parent5898bd41e2cb11f60e80119b93820c0424ace7d2 (diff)
Updated tests to update challenge changes
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 3 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 1921fdd9c..b66fcea6a 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 =
@@ -22,16 +22,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 =
@@ -45,8 +35,9 @@ basepython = python2.7
# duplicate code checking; if one of the commands fails, others will
# continue, but tox return code will reflect previous error
commands =
- pip install -r requirements.txt -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx
+ pip install -r requirements.txt -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx -e letsencrypt-compatibility-test
pylint --rcfile=.pylintrc letsencrypt
pylint --rcfile=.pylintrc acme/acme
pylint --rcfile=.pylintrc letsencrypt-apache/letsencrypt_apache
pylint --rcfile=.pylintrc letsencrypt-nginx/letsencrypt_nginx
+ pylint --rcfile=.pylintrc letsencrypt-compatibility-test/letsencrypt_compatibility_test