aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 19:44:53 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-28 19:44:53 +0100
commit4bdae97fd090f65814d0b2a7e7d487d07f97aec7 (patch)
tree8477e8bfa92cdf8d3ba9f4ac1c429042807bc98f
parent7491c38c78d82428543ba65122dc2dbe05304bbf (diff)
Ensure py27 and py35 supports
Change-Id: Ia1cd423be2e55ab7539bcd2551c53792c08b976a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 3cac9318..e047c1d9 100644
--- 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