From: Dylan Baker <baker.dyla...@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.ba...@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

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to