Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3

This commit is contained in:
Jakub Warmuz
2015-10-17 07:28:04 +00:00
73 changed files with 2032 additions and 1475 deletions
+5 -5
View File
@@ -12,11 +12,11 @@ envlist = py26,py27,py33,py34,cover,lint
commands =
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
python setup.py test
python setup.py test -s acme
python setup.py test -s letsencrypt_apache
python setup.py test -s letsencrypt_nginx
python setup.py test -s letshelp_letsencrypt
setenv =
PYTHONPATH = {toxinidir}