diff options
Diffstat (limited to 'jjb/testsuite')
-rw-r--r-- | jjb/testsuite/testsuite-python-testing-utils.yaml | 4 |
1 files 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' |