aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b665b00..2e0875a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
.PHONY: check check-style check-type \
- build wheel install clean sphinx-apidoc documentation
+ build wheel install clean sphinx-apidoc documentation \
+ test
PYTHON = python
DOC_OUTPUT = doc.rendered
@@ -31,6 +32,9 @@ $(DOC_OUTPUT)/index.html: sphinx-apidoc
documentation: sphinx-apidoc
+test:
+ python -m pytest
+
clean:
-rm -r build
-rm -r dist