From: Bob Halley Date: Sat, 9 Jan 2016 00:13:11 +0000 (-0800) Subject: only python 2.7 X-Git-Tag: v1.13.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41e4147f67747be3113071762c682b9fdb90b259;p=thirdparty%2Fdnspython.git only python 2.7 --- diff --git a/.travis.yml b/.travis.yml index 8455a2cc..235cfc0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,5 @@ language: python python: - "2.7" - - "3.2" - - "3.3" - - "3.4" - - "3.5" - - "3.5-dev" # 3.5 development branch - - "nightly" # currently points to 3.6-dev script: make test