aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c981cb..0d9e264 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,12 @@
+.PHONY: tests
+.DEFAULT_GOAL := tests
+
+requirements:
+ poetry install --no-root
+
+tests:
+ python -m pytest -vv
+
release:
python setup.py sdist bdist_wheel
twine upload --skip-existing dist/*