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/?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F9245%2F1;p=osm%2FIM.git 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