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 <[email protected]>

Reply via email to