diff options
| author | Bob Halley <halley@nominum.com> | 2011-05-12 15:46:51 +0100 |
|---|---|---|
| committer | Bob Halley <halley@nominum.com> | 2011-05-12 15:46:51 +0100 |
| commit | 8d436f693ac074b8948d1ac60b1f6223de120159 (patch) | |
| tree | 3a57522c691e531edbecff1e982e2b35b7846684 /tests | |
| parent | e3a9eb03915b3649cf2d93e983f88ab44c673072 (diff) | |
| download | dnspython-8d436f693ac074b8948d1ac60b1f6223de120159.tar.gz | |
assume the python3 executable is called python3
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 1f09b18..fafe8eb 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -15,7 +15,7 @@ # $Id: Makefile,v 1.5 2004/03/19 00:17:27 halley Exp $ -PYTHON=python3.2 +PYTHON=python3 check: test |
