aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael J. Sullivan <sully@msully.net>2021-08-03 13:58:42 -0700
committerElvis Pranskevichus <elvis@magic.io>2021-08-03 17:54:57 -0700
commit4a175499500d176c811eeb3aba29c9449f9e40b3 (patch)
treed74c8b6168f72f2d70bca42048d082a4ec890136 /Makefile
parent39f9f0de168b0149456a1aca09ef3f442f436bbf (diff)
downloadimmutables-4a175499500d176c811eeb3aba29c9449f9e40b3.tar.gz
immutables-4a175499500d176c811eeb3aba29c9449f9e40b3.zip
Add in mypy tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b2d44d2..481d190 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ debug:
DEBUG_IMMUTABLES=1 $(PYTHON) setup.py build_ext --inplace
test:
- $(PYTHON) -m unittest -v
+ $(PYTHON) -m pytest -v
rtest:
~/dev/venvs/36-debug/bin/python setup.py build_ext --inplace