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:
authorJames Kasten <jdkasten@umich.edu>2015-08-14 07:24:26 +0300
committerJames Kasten <jdkasten@umich.edu>2015-08-14 07:24:26 +0300
commitc7aebfa26d8b1ee7ca6c583bef7d6c9726c97191 (patch)
treea4f1844663aeadeaa16579ff1daf96aa5d9caffa /tox.ini
parenta314b40101bb91c71396c85cf79f9c8713bca71a (diff)
parent7cb30ca8382013eb9951724372ec20b4254774f7 (diff)
Merge branch 'letshelp-apache' of git://github.com/bmw/lets-encrypt-preview into bmw-letshelp-apache
Conflicts: tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index b66fcea6a..ebe9746c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,12 +10,13 @@ envlist = py26,py27,cover,lint
[testenv]
commands =
- pip install -r requirements.txt -e acme -e .[testing] -e letsencrypt-apache -e letsencrypt-nginx
+ pip install -r requirements.txt -e acme -e .[testing] -e letsencrypt-apache -e letsencrypt-nginx -e letshelp-letsencrypt
# -q does not suppress errors
python setup.py test -q
python setup.py test -q -s acme
python setup.py test -q -s letsencrypt_apache
python setup.py test -q -s letsencrypt_nginx
+ python setup.py test -q -s letshelp_letsencrypt
setenv =
PYTHONPATH = {toxinidir}
@@ -25,7 +26,7 @@ setenv =
[testenv:cover]
basepython = python2.7
commands =
- pip install -r requirements.txt -e acme -e .[testing] -e letsencrypt-apache -e letsencrypt-nginx
+ pip install -r requirements.txt -e acme -e .[testing] -e letsencrypt-apache -e letsencrypt-nginx -e letshelp-letsencrypt
./tox.cover.sh
[testenv:lint]
@@ -35,9 +36,10 @@ 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 -e letsencrypt-compatibility-test
+ pip install -r requirements.txt -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx -e letsencrypt-compatibility-test -e letshelp-letsencrypt
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
+ pylint --rcfile=.pylintrc letshelp-letsencrypt/letshelp_letsencrypt