[Piglit] [PATCH 01/44] tox.ini: drop explicit coverage generation
baker.dylan.c at gmail.com
baker.dylan.c at gmail.com
Wed Jan 27 16:06:09 PST 2016
From: Dylan Baker <baker.dylan.c at gmail.com>
Instead allow extra arguments to be passed to tox, which can be used to
set the coverage options if wanted.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tox.ini | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tox.ini b/tox.ini
index 0721417..1914d1e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,5 +18,5 @@ deps =
generator: six
generator: numpy
commands =
- {accel,noaccel}: nosetests unittests --with-cover --cover-package=framework --cover-tests
- generator: nosetests generated_tests/test_generators.py
+ {accel,noaccel}: nosetests unittests []
+ generator: nosetests generated_tests/test_generators.py []
--
2.7.0
More information about the Piglit
mailing list