Avoid using echo in tox.ini which causes tox warnings

This commit is contained in:
Andreas Pelme
2011-11-06 22:07:18 +01:00
parent 4418180a80
commit 593add8cd4

View File

@@ -7,7 +7,7 @@ commands =
{envbindir}/coverage run --branch --include=*compressor* --omit=*test*,*rjsmin*,*cssmin*,*stringformat*,*models* {envbindir}/django-admin.py test {posargs:tests} --settings=tests.settings
{envbindir}/coverage report
{envbindir}/coverage html -d {envtmpdir}
echo "Type the following to open the coverage report: python -m webbrowser -t file://{envtmpdir}/index.html"
python -c "print('Type the following to open the coverage report: python -m webbrowser -t file://{envtmpdir}/index.html')"
downloadcache = {toxworkdir}/_download/
distribute = false
setenv =