summaryrefslogtreecommitdiffstats
path: root/jjb/testsuite
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-09-12 11:48:38 -0400
committerDR695H <dr695h@att.com>2019-09-12 12:26:28 -0400
commitf3714603a6fa5ad631edd39b5e6b9db88a68a883 (patch)
tree7644678517a42a42aceeb9a5cecf75cb4468a4ef /jjb/testsuite
parent1ea6fb5307759e7632a2cfd8f27cb1aaea648b06 (diff)
move the base tox env to python 3
Issue-ID: TEST-211 Change-Id: I41c9a66068ce0c84f078062134e299f551f16554 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'jjb/testsuite')
-rw-r--r--jjb/testsuite/testsuite-python-testing-utils.yaml4
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'