From 27f55a585b53aacce2f0a8aa1a3501743f5be7c8 Mon Sep 17 00:00:00 2001 From: Jack Laxson Date: Mon, 23 Mar 2015 17:28:27 -0400 Subject: [PATCH] Travis doesn't have those pythons anymore! --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 543ec674..2b9134b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: python python: - - 2.7.8 - - 3.4.1 + - 2.7 + - 3.4 notifications: email: - thierryschellenbach@gmail.com