blob: 2fb92a8038320e872a7a6466dea889eb62c8348c [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 Israelc4616c82019-06-24 11:44:47 -04006 lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force || true
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