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:
authorJakub Warmuz <jakub@warmuz.org>2015-10-14 21:48:43 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-10-14 21:48:43 +0300
commit8a8dfd4bc3697e322669abc663020a1d3f5054c6 (patch)
treea51425d3ac681a64c89ff750f49ff7620df16fea /tox.ini
parent9b77c9aecb27ed95d7392cc26614e86bfa479579 (diff)
More verbose tox python env tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index b10558077..69fce6615 100644
--- a/tox.ini
+++ b/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}