mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 09:10:37 -04:00
More verbose tox python env tests
This commit is contained in:
parent
9b77c9aecb
commit
8a8dfd4bc3
1 changed files with 5 additions and 5 deletions
10
tox.ini
10
tox.ini
|
|
@ -12,11 +12,11 @@ envlist = py27,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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue