[PATCH] python/osmo-python-tests[master]: Add python 3 support to jenkins tests

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Mon Dec 11 14:41:06 UTC 2017


Review at  https://gerrit.osmocom.org/5281

Add python 3 support to jenkins tests

Change-Id: I5695899d902664da47ec5f9d64bd8087d9037ab1
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/81/5281/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 1bf22fc..d04bc47 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -4,7 +4,11 @@
 
 rm -rf build
 
+# FIXME: remove once python 2 support is deprecated
 python2 setup.py build
 python2 setup.py install --root build/install.py2
 
+python3 setup.py build
+python3 setup.py install --root build/install
+
 # TODO: add more tests

-- 
To view, visit https://gerrit.osmocom.org/5281
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5695899d902664da47ec5f9d64bd8087d9037ab1
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list