From: madavi Date: Thu, 16 Jan 2020 11:20:03 +0000 (+0530) Subject: Fix install issue related with python setuptools-version-command X-Git-Tag: v7.0.1rc2~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F8484%2F1;p=osm%2Fosmclient.git Fix install issue related with python setuptools-version-command Change-Id: I1c20bf7253b775b5a8e3fea631eeb89a3dfd8667 Signed-off-by: madavi --- diff --git a/tox.ini b/tox.ini index 4f7d816..a09288a 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ # under the License. # [tox] -envlist = py27,py35,flake8,pyflakes +envlist = py35,flake8,pyflakes toxworkdir={toxinidir}/.tox [testenv] @@ -36,7 +36,7 @@ commands = pyflakes osmclient [testenv:build] -basepython = python +basepython = python3 deps = stdeb setuptools-version-command commands = python setup.py --command-packages=stdeb.command bdist_deb