ci: run nosetests with coverage and xunit support
authorEd Bartosh <eduard.bartosh@intel.com>
Fri, 20 Jul 2012 07:20:24 +0000 (10:20 +0300)
committerEd Bartosh <eduard.bartosh@intel.com>
Wed, 25 Jul 2012 10:19:52 +0000 (13:19 +0300)
Change-Id: I53b2d9fc73dde20df821a0814304ef47eb9a4962

Makefile

index 3e8c44615d20669288e38a1ce1596c4eca98f7fe..bb2615bc7bf8cc80224cd720992705f618a8beb3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,4 @@ clean:
        rm -rf dist/
        rm -rf *.egg-info/
 test:
-       nosetests tests -v
+       nosetests -v --with-coverage --with-xunit