From 6a9129c7b9b986ee9ca514ac0b4a9a23425a1ad7 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 28 Feb 2016 17:55:37 -0500 Subject: [PATCH] Travis: try Python 3.4 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1cdee59f0..f8b9e7e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,8 @@ # http://lint.travis-ci.org/ language: python -#python: -# - 3.4 +python: + - 3.4 install: - time sudo apt-get update