mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Tox: verbose nosetests
This commit is contained in:
@@ -8,16 +8,19 @@
|
|||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist = py27,cover,lint
|
envlist = py27,cover,lint
|
||||||
|
|
||||||
|
# nosetest -v => more verbose output, allows to detect busy waiting
|
||||||
|
# loops, especially on Travis
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands =
|
commands =
|
||||||
pip install -e acme[testing]
|
pip install -e acme[testing]
|
||||||
nosetests acme
|
nosetests -v acme
|
||||||
pip install -r requirements.txt -e .[testing]
|
pip install -r requirements.txt -e .[testing]
|
||||||
nosetests letsencrypt
|
nosetests -v letsencrypt
|
||||||
pip install letsencrypt-apache
|
pip install letsencrypt-apache
|
||||||
nosetests letsencrypt_apache
|
nosetests -v letsencrypt_apache
|
||||||
pip install letsencrypt-nginx
|
pip install letsencrypt-nginx
|
||||||
nosetests letsencrypt_nginx
|
nosetests -v letsencrypt_nginx
|
||||||
|
|
||||||
setenv =
|
setenv =
|
||||||
PYTHONPATH = {toxinidir}
|
PYTHONPATH = {toxinidir}
|
||||||
@@ -27,12 +30,12 @@ setenv =
|
|||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
commands =
|
commands =
|
||||||
pip install -e acme[testing]
|
pip install -e acme[testing]
|
||||||
nosetests acme
|
nosetests -v acme
|
||||||
|
|
||||||
[testenv:py34]
|
[testenv:py34]
|
||||||
commands =
|
commands =
|
||||||
pip install -e acme[testing]
|
pip install -e acme[testing]
|
||||||
nosetests acme
|
nosetests -v acme
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
|||||||
Reference in New Issue
Block a user