From 054a7527f3e0dd91019f2fec0cdb2272cf726371 Mon Sep 17 00:00:00 2001 From: Sourabh Shirhatti Date: Tue, 1 Dec 2015 16:46:22 -0800 Subject: [PATCH] Upgrade python to fix build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9450d5cfa8..37caa6a24f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: python python: - - "3.3" + - "3.4" # command to install dependencies install: "pip install -q -r requirements.txt" # command to run tests