diff options
author | Yury Selivanov <yury@magic.io> | 2018-04-01 18:01:18 -0400 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-04-01 18:02:48 -0400 |
commit | fea3466093936116d57606b0e5083f5d1121f146 (patch) | |
tree | d141afaf58f296adfb175af11dce96c827326f87 /Makefile | |
parent | 4e8a40d0635dc8e9a8d89af2651f892cdf3d5aa3 (diff) | |
download | immutables-fea3466093936116d57606b0e5083f5d1121f146.tar.gz immutables-fea3466093936116d57606b0e5083f5d1121f146.zip |
Implement Map.__hash__
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/ |