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-07-27 14:33:52 +0200 |
commit | 09052b87b7f8c7e278d64e90948e2f2826aac9cd (patch) | |
tree | be02a2e9b2f26d381f8c015e37b813404f6ac34c /tox.ini | |
parent | a321d59c36f368a3a1aeefaa09c9e66b1e8c13c0 (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>
(cherry picked from commit 7f2d7515e068c2ba072d4f3b4cf0997e06ae8460)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,9 +99,9 @@ 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/utils commands = nosetests {[testenv:py35]dirs} |