blob: fab699105995166be8c6ea3f1cbd2a2848fcdf45 [file] [log] [blame]
Adam Israel5e08a0e2018-09-06 19:22:47 -04001clean:
2 find . -name __pycache__ -type d -exec rm -r {} +
3 find . -name *.pyc -delete
4 rm -rf .tox
Adam Israelfc511ed2018-09-21 14:20:55 +02005 rm -rf tests/charms/builds/*
Adam Israel04eee1f2019-04-29 14:59:45 -04006 lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force
Adam Israel5e08a0e2018-09-06 19:22:47 -04007.tox:
8 tox -r --notest
9test: lint
10 tox
11lint:
12 tox -e lint
Adam Israelf32b6f22018-10-09 15:17:50 -040013package:
14 python3 setup.py --command-packages=stdeb.command bdist_deb