aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 598e30d..3d840bc 100755
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
DNAME := dist/$(shell $(ST) --name)-$(shell $(ST) --version).tar.gz
test tests:
- @$(ST) test
+ @$(PE) pytest -s -q
prepare:
@pipenv install --dev