summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-05-31 06:46:41 -0700
committerBob Halley <halley@dnspython.org>2016-05-31 06:46:41 -0700
commit9c9ae1cb3e1b81c207e9c8384269c8d2f372be69 (patch)
tree94b9ff6835245c7012d25a0169cc72f5b50c5d5f /Makefile
parent995a46caade4c8bbaaa19bc42fcf75c8956fc885 (diff)
downloaddnspython-9c9ae1cb3e1b81c207e9c8384269c8d2f372be69.tar.gz
dns.ipv6.inet_ntoa() should return a string.
[issue #167]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78360f1..fdc4792 100644
--- a/Makefile
+++ b/Makefile
@@ -58,4 +58,4 @@ tags:
check: test
test:
- cd tests; make test
+ cd tests; make PYTHON=${PYTHON} test