From 8a8dfd4bc3697e322669abc663020a1d3f5054c6 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Wed, 14 Oct 2015 18:48:43 +0000 Subject: [PATCH] More verbose tox python env tests --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index b1055807793..69fce6615b3 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}