From 41e4147f67747be3113071762c682b9fdb90b259 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 8 Jan 2016 16:13:11 -0800 Subject: [PATCH] only python 2.7 --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.3