Fix install issue related with python setuptools-version-command 84/8484/1
authormadavi <jm00553988@techmahindra.com>
Thu, 16 Jan 2020 11:20:03 +0000 (16:50 +0530)
committermadavi <jm00553988@techmahindra.com>
Thu, 16 Jan 2020 11:20:03 +0000 (16:50 +0530)
Change-Id: I1c20bf7253b775b5a8e3fea631eeb89a3dfd8667
Signed-off-by: madavi <jm00553988@techmahindra.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 4f7d816..a09288a 100644 (file)
--- 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