Add per-network service models
[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 .tox:
7 tox -r --notest
8 test: lint
9 tox
10 lint:
11 tox -e lint
12 package:
13 python3 setup.py --command-packages=stdeb.command bdist_deb