Remove the directory created for the test

This commit is contained in:
chrisbroderick 2022-09-06 19:41:29 +01:00
parent 96b985f8a6
commit 99b2ba5372

View File

@ -56,6 +56,7 @@ test:
mkdir -p var
$(PIP) install -e .[test]
$(TOX)
rm -rf var
#: documentation - Build documentation (Sphinx, README, ...).