summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-10-06 16:29:38 -0700
committerBob Halley <halley@dnspython.org>2016-10-07 11:03:44 -0700
commit69188a90e07c104cd1c1211dc254b2104a5bbb73 (patch)
treea50617a7884879df668fc6a88b1399c10bdf4d43 /Makefile
parent565a757697fafe5307fe540a00b4d7876333323c (diff)
downloaddnspython-69188a90e07c104cd1c1211dc254b2104a5bbb73.tar.gz
add test2 and test3 targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4f4877..cb96959 100644
--- a/Makefile
+++ b/Makefile
@@ -60,5 +60,11 @@ check: test
test:
cd tests; make PYTHON=${PYTHON} test
+test2:
+ cd tests; make PYTHON=python test
+
+test3:
+ cd tests; make PYTHON=python3 test
+
lint:
pylint dns tests examples/*.py