]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
add test2 and test3 targets
authorBob Halley <halley@dnspython.org>
Thu, 6 Oct 2016 23:29:38 +0000 (16:29 -0700)
committerBob Halley <halley@dnspython.org>
Fri, 7 Oct 2016 18:03:44 +0000 (11:03 -0700)
Makefile

index b4f48770b295b3a64a7e5bd0660b63b381fe8d1a..cb969593191ca1a9dadb899ef282f9d2cdb8ada5 100644 (file)
--- 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