From: Cédric Ollivier Date: Wed, 28 Feb 2018 18:44:53 +0000 (+0100) Subject: Ensure py27 and py35 supports X-Git-Tag: 0.2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F52867%2F1;p=functest-xtesting.git Ensure py27 and py35 supports Change-Id: Ia1cd423be2e55ab7539bcd2551c53792c08b976a Signed-off-by: Cédric Ollivier --- 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