move the base tox env to python 3 93/95593/2
authorDR695H <dr695h@att.com>
Thu, 12 Sep 2019 15:48:38 +0000 (11:48 -0400)
committerDR695H <dr695h@att.com>
Thu, 12 Sep 2019 16:26:28 +0000 (12:26 -0400)
Issue-ID: TEST-211
Change-Id: I41c9a66068ce0c84f078062134e299f551f16554
Signed-off-by: DR695H <dr695h@att.com>
jjb/testsuite/testsuite-python-testing-utils.yaml

index 4ae41c1..9a40df1 100644 (file)
@@ -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'