mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Merge remote-tracking branch 'github/letsencrypt/master' into py2.6-3
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user