From: madavi Date: Fri, 31 Jan 2020 04:06:40 +0000 (+0530) Subject: osmclient v7 fix the python2 issue X-Git-Tag: v7.0.1~1 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=e7a3182804a91801b749bdf8b402dca2fbce3374;p=osm%2Fosmclient.git osmclient v7 fix the python2 issue Change-Id: I8f63d69c7680480ea3b7b3c113f54b638f450d35 Signed-off-by: madavi --- diff --git a/devops-stages/stage-build.sh b/devops-stages/stage-build.sh index 7b00243..76065b3 100755 --- a/devops-stages/stage-build.sh +++ b/devops-stages/stage-build.sh @@ -14,4 +14,4 @@ # limitations under the License. rm -rf deb_dist osmclient-*.tar.gz -tox -e build,build3 +tox -e build3