1 parent 63b7e05 commit 472ab6eCopy full SHA for 472ab6e
1 file changed
Makefile
@@ -18,7 +18,7 @@ mrproper: clean
18
rm -rf dist
19
20
clean: cov-clean doc-clean
21
- rm -rf .venv *.egg-info build .eggs __pycache__ */__pycache__
+ rm -rf .venv *.egg-info build .eggs __pycache__ */__pycache__ .tox
22
23
test:
24
.venv/bin/pytest tests -s -vv
0 commit comments