X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=2fb92a8038320e872a7a6466dea889eb62c8348c;hp=51e19b4f752469ece407d0356602b9e957116413;hb=9b1fde45c38da39b576c8cf1dbdfa8f4c3408844;hpb=fc511ed0e2f3bbbdc0ccaa6b0d6ae7cc57b029f9 diff --git a/Makefile b/Makefile index 51e19b4..2fb92a8 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,12 @@ clean: find . -name *.pyc -delete rm -rf .tox rm -rf tests/charms/builds/* + lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force || true .tox: tox -r --notest test: lint tox lint: tox -e lint +package: + python3 setup.py --command-packages=stdeb.command bdist_deb