From: Bob Halley Date: Sat, 9 Jan 2016 00:20:05 +0000 (-0800) Subject: add travis for python3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e164e9b0f41af84ee3c9fa89aecdc82cc232cd53;p=thirdparty%2Fdnspython.git add travis for python3 --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..126c313d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.2" + - "3.3" + - "3.4" + - "3.5" +script: make test