Ensure py27 and py35 supports 67/52867/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 28 Feb 2018 18:44:53 +0000 (19:44 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 28 Feb 2018 18:44:53 +0000 (19:44 +0100)
Change-Id: Ia1cd423be2e55ab7539bcd2551c53792c08b976a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 3cac931..e047c1d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -39,12 +39,7 @@ commands =
   yamllint -s {[testenv:yamllint]files}
 
 [testenv:py35]
-dirs =
-  xtesting/tests/unit/ci
-  xtesting/tests/unit/core
-  xtesting/tests/unit/energy
-  xtesting/tests/unit/utils
-commands = nosetests {[testenv:py35]dirs}
+commands = nosetests xtesting/tests/unit
 
 [testenv:cover]
 basepython = python2.7