Fix python package creation
[testsuite/python-testing-utils.git] / robotframework-onap / tox.ini
index 08ebf48..34e0b7e 100644 (file)
@@ -1,11 +1,11 @@
 [tox]
-envlist = py3,pep8,pylint,py27
+envlist = py27,pep8,pylint,py3
+distdir = {toxinidir}/dist
 modules =
   ONAPLibrary
   vcpeutils
 
 [testenv]
-usedevelop = True
 deps =
   -r{toxinidir}/requirements.txt
   -r{toxinidir}/test-requirements.txt
@@ -31,7 +31,7 @@ commands = nosetests --with-xunit \
   --all-modules \
   --with-coverage \
   --cover-tests \
-  --cover-package=. \
+  --cover-package=ONAPLibrary,vcpeutils \
   --cover-xml \
   --cover-html \
   tests