X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=2fb92a8038320e872a7a6466dea889eb62c8348c;hp=4655d335ed3ae0a7eb3b09b5ebec8decf76d9864;hb=14c779a7a979ba58499ee8f7310a9565d7fd78d3;hpb=5e08a0e8fa4fd9d0156d28f8f4e53e5b176c704a diff --git a/Makefile b/Makefile index 4655d33..2fb92a8 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,13 @@ clean: find . -name __pycache__ -type d -exec rm -r {} + find . -name *.pyc -delete rm -rf .tox - rm -rf tests/charms/tmp* + 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