From f3714603a6fa5ad631edd39b5e6b9db88a68a883 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 12 Sep 2019 11:48:38 -0400 Subject: [PATCH] move the base tox env to python 3 Issue-ID: TEST-211 Change-Id: I41c9a66068ce0c84f078062134e299f551f16554 Signed-off-by: DR695H --- jjb/testsuite/testsuite-python-testing-utils.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/testsuite/testsuite-python-testing-utils.yaml b/jjb/testsuite/testsuite-python-testing-utils.yaml index 4ae41c1c6..9a40df1db 100644 --- a/jjb/testsuite/testsuite-python-testing-utils.yaml +++ b/jjb/testsuite/testsuite-python-testing-utils.yaml @@ -2,7 +2,7 @@ - project: name: testsuite-python-testing-utils project-name: 'testsuite-python-testing-utils' - python-version: python2 + python-version: python3 jobs: - '{project-name}-{subproject}-python-staging-{stream}' - '{project-name}-{subproject}-python-release-{stream}' @@ -10,7 +10,7 @@ subproject: - 'robotframework-onap': tox-dir: './robotframework-onap/' - tox-envs: 'py27' + tox-envs: 'py3' stream: - 'master': branch: 'master' -- 2.16.6