From 4bdae97fd090f65814d0b2a7e7d487d07f97aec7 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 28 Feb 2018 19:44:53 +0100 Subject: Ensure py27 and py35 supports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia1cd423be2e55ab7539bcd2551c53792c08b976a Signed-off-by: Cédric Ollivier --- tox.ini | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit