From 6b77534bc2917d663d8f86fba8318a4c69039a87 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 18 Feb 2015 18:15:32 +0200 Subject: [PATCH] tox: log testcase names --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0e74867..6a88334 100644 --- a/tox.ini +++ b/tox.ini @@ -11,5 +11,5 @@ deps= commands= pep8 amodem/ scripts/ tests/ amodem-cli pylint --extension-pkg-whitelist=numpy --report=no amodem - coverage run --source amodem/ -m py.test tests/ + coverage run --source amodem/ -m py.test -v tests/ coverage report