Specify python version for tox installation 59/95259/1
authorTommy Carpenter <tc677g@att.com>
Mon, 9 Sep 2019 18:28:40 +0000 (14:28 -0400)
committerTommy Carpenter <tc677g@att.com>
Mon, 9 Sep 2019 18:28:58 +0000 (14:28 -0400)
Issue-ID: DCAEGEN2-1729
Change-Id: Id9e323e260c69c383efedb47e097d26ed3983a8c
Signed-off-by: Tommy Carpenter <tc677g@att.com>
jjb/dcaegen2/dcaegen2-platform-configbinding.yaml

index 0ce35ee..dd788fa 100644 (file)
@@ -15,6 +15,8 @@
     files: '**'
     archive-artifacts: ''
     build-node: ubuntu1604-docker-8c-8g
+    # used by tox-install.sh to specify the interpreter used to install tox
+    python-version: python3
     jobs:
       # clm and tox
       - '{project-name}-python-jobs'
@@ -38,6 +40,8 @@
     mvn-goals: 'clean test'
     mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
     branch: master
+    # used by tox-install.sh to specify the interpreter used to install tox
+    python-version: python3
     jobs:
       - gerrit-tox-sonar