[CORD-3206]

- enable junit-xml output from nose2 unit tests
- Delete obsolete django-based tests
- cleanup of virtualenv scripts

Change-Id: Ibc014da4319bdc00f6cf321350389ac93ac46804
diff --git a/unittest.cfg b/unittest.cfg
index 6050396..f37d783 100644
--- a/unittest.cfg
+++ b/unittest.cfg
@@ -1,5 +1,7 @@
 [unittest]
-plugins=nose2-plugins.exclude
+plugins=nose2.plugins.junitxml
+
 code-directories=xos-genx
                  xos-config
                  coreapi
+