clean-all

This commit is contained in:
Devaev Maxim 2021-07-16 19:39:11 +03:00
parent a06c2004f3
commit 72907f8931

View File

@ -243,6 +243,7 @@ clean:
clean-all: testenv clean
make -C hid clean-all
- docker run --rm \
--volume `pwd`:/src \
-it $(TESTENV_IMAGE) bash -c "cd src && rm -rf testenv/{.ssl,.tox,.mypy_cache,.coverage}"