From: Bob Halley Date: Thu, 6 Oct 2016 23:29:38 +0000 (-0700) Subject: add test2 and test3 targets X-Git-Tag: v1.16.0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69188a90e07c104cd1c1211dc254b2104a5bbb73;p=thirdparty%2Fdnspython.git add test2 and test3 targets --- diff --git a/Makefile b/Makefile index b4f48770..cb969593 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