summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 207a24d..e7420a7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ default:
@echo "* No default action *"
clean:
+ -pip uninstall -y coverage
-rm -f *.pyd */*.pyd
-rm -f *.so */*.so
-PYTHONPATH=. python tests/test_farm.py clean