aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFantix King <fantix.king@gmail.com>2021-02-09 15:18:50 -0500
committerFantix King <fantix.king@gmail.com>2021-02-09 14:55:45 -0600
commit1282379d831ccc4306345fc7fcd09a0026694074 (patch)
tree8846f8297cc35f55c2b4f4fe9e4e4461fe37fc8b /Makefile
parent8af150216acfc2a900c648ade713df947b903970 (diff)
downloadimmutables-1282379d831ccc4306345fc7fcd09a0026694074.tar.gz
immutables-1282379d831ccc4306345fc7fcd09a0026694074.zip
Remove deprecated setup.py test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d22a859..b2d44d2 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ debug:
DEBUG_IMMUTABLES=1 $(PYTHON) setup.py build_ext --inplace
test:
- $(PYTHON) setup.py test -v
+ $(PYTHON) -m unittest -v
rtest:
~/dev/venvs/36-debug/bin/python setup.py build_ext --inplace