Skip to content

Commit

Permalink
More verbose tox python env tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba committed Oct 14, 2015
1 parent 9b77c9a commit 8a8dfd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8a8dfd4

Please sign in to comment.