diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-28 19:44:53 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-28 19:44:53 +0100 |
commit | 4bdae97fd090f65814d0b2a7e7d487d07f97aec7 (patch) | |
tree | 8477e8bfa92cdf8d3ba9f4ac1c429042807bc98f | |
parent | 7491c38c78d82428543ba65122dc2dbe05304bbf (diff) |
Ensure py27 and py35 supports
Change-Id: Ia1cd423be2e55ab7539bcd2551c53792c08b976a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 |