Default to python2 for tox 19/8419/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Jan 2018 19:26:54 +0000 (14:26 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 17 Jan 2018 19:26:56 +0000 (14:26 -0500)
This caused many ODL projects to break due to it now assuming
py3 by default. The only project that needs python3 tox run is
Acumos so let us default this back to python2 which is the OS level
default and explicitly set python3 in Acumos.

Change-Id: I97df6eee112a2e9e1e8d18eb9e16990a1c703538
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/lf-python-jobs.yaml

index 81f681b..bf35918 100644 (file)
@@ -43,7 +43,7 @@
     build-days-to-keep: 7
     build-timeout: 10
     git-url: '$GIT_URL/$GERRIT_PROJECT'
-    python-version: python3
+    python-version: python2
     stream: master
     submodule-recursive: true
     tox-dir: ''