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

2017-12-15 Thread Max
Max has abandoned this change.

Change subject: Add python 3 support to jenkins tests
..


Abandoned

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

Gerrit-MessageType: abandon
Gerrit-Change-Id: I5695899d902664da47ec5f9d64bd8087d9037ab1
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max 
Gerrit-Reviewer: Pau Espin Pedrol 


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

2017-12-11 Thread Pau Espin Pedrol

Patch Set 1:

(1 comment)

https://gerrit.osmocom.org/#/c/5281/1/contrib/jenkins.sh
File contrib/jenkins.sh:

Line 12: python3 setup.py install --root build/install
install.py3?


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I5695899d902664da47ec5f9d64bd8087d9037ab1
Gerrit-PatchSet: 1
Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Owner: Max 
Gerrit-Reviewer: Pau Espin Pedrol 
Gerrit-HasComments: Yes


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

2017-12-11 Thread Max

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