projects
/
osm
/
osmclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7c35eb
)
Fix install issue related with python setuptools-version-command
84/8484/1
author
madavi
<jm00553988@techmahindra.com>
Thu, 16 Jan 2020 11:20:03 +0000
(16:50 +0530)
committer
madavi
<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
patch
|
blob
|
history
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 = py
27,py
35,flake8,pyflakes
+envlist = py35,flake8,pyflakes
toxworkdir={toxinidir}/.tox
[testenv]
@@
-36,7
+36,7
@@
commands =
pyflakes osmclient
[testenv:build]
-basepython = python
+basepython = python
3
deps = stdeb
setuptools-version-command
commands = python setup.py --command-packages=stdeb.command bdist_deb