From fea3466093936116d57606b0e5083f5d1121f146 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sun, 1 Apr 2018 18:01:18 -0400 Subject: Implement Map.__hash__ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68f4b1e..f698d35 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,7 @@ test: python setup.py test -v rtest: + ~/dev/venvs/36-debug/bin/python setup.py build_ext --inplace + env PYTHONPATH=. \ ~/dev/venvs/36-debug/bin/python -m test.regrtest -R3:3 --testdir tests/ -- cgit v1.2.3