blob: c63a6ba4e4d1e44e6fee6ddcd7aa38905a79ee53 [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
5 rm -rf tests/charms/tmp*
6.tox:
7 tox -r --notest
8test: lint
9 tox
10lint:
11 tox -e lint
Adam Israelf32b6f22018-10-09 15:17:50 -040012package:
13 python3 setup.py --command-packages=stdeb.command bdist_deb