From: garciadeblas Date: Wed, 24 Jun 2020 08:09:25 +0000 (+0000) Subject: Updated Makefile and tox.ini to remove duplicated package builds X-Git-Tag: v8.0.0rc2~2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=68f5e7536c76f21d32213aba45adedc1a4b42f5f Updated Makefile and tox.ini to remove duplicated package builds Change-Id: I8a1c4b15ae408a474d342920f0df6ca626516631 Signed-off-by: garciadeblas --- diff --git a/Makefile b/Makefile index a1cffb0..190a9b1 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,6 @@ yang2swagger: package: tox -e build - tox -e build3 ./build-docs.sh deps: diff --git a/tox.ini b/tox.ini index 00326a8..ed1ef21 100644 --- a/tox.ini +++ b/tox.ini @@ -36,8 +36,3 @@ deps = stdeb setuptools-version-command commands = python3 setup.py --command-packages=stdeb.command bdist_deb -[testenv:build3] -basepython = python3 -deps = stdeb - setuptools-version-command -commands = python3 setup.py --command-packages=stdeb.command bdist_deb