New N2VC API: generic connector and juju connector
[osm/N2VC.git] / Makefile
1 clean:
2 find . -name __pycache__ -type d -exec rm -r {} +
3 find . -name *.pyc -delete
4 rm -rf .tox
5 rm -rf tests/charms/builds/*
6 lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force || true
7 .tox:
8 tox -r --notest
9 test: lint
10 tox
11 lint:
12 tox -e lint
13 package:
14 python3 setup.py --command-packages=stdeb.command bdist_deb