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: release-v9.0-start~12 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=518ba59af353569e9bc42654e54e0311f9bf4863;hp=7c7f6821ab05d35b3718c16d2e28270b914dc3ce 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