diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-14 21:20:59 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-14 21:46:14 +0200 |
commit | 7f2d7515e068c2ba072d4f3b4cf0997e06ae8460 (patch) | |
tree | a067dcdd08c3e11a1e820ccb0f9fdef866e70e69 /tox.ini | |
parent | 09d6e6feef33fa47bca440a096894b851b1ebca5 (diff) |
Support py3 in uncovered packages
It has to be noted that cloudify_rest_client doesn't support py3 then
next unit tests vs cloudify-based testcases would be excluded.
Change-Id: I0b0e64929d1238665c778ce51fd6abd5ccf06b6c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -100,9 +100,10 @@ commands = dirs = functest/tests/unit/ci functest/tests/unit/cli + functest/tests/unit/core functest/tests/unit/odl - functest/tests/unit/openstack/rally - functest/tests/unit/openstack/tempest + functest/tests/unit/openstack + functest/tests/unit/vnf/epc functest/tests/unit/utils commands = nosetests {[testenv:py35]dirs} |