From 76efd83439d4e65d134b27fcd5022e82a96a4ce8 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 27 Jan 2016 19:19:33 -0500 Subject: [PATCH] Update .travis.yml Set Python 3.5 as the base interpreter to fix the following build failure: py26: commands succeeded py27: commands succeeded py33: commands succeeded py34: commands succeeded ERROR: py35: InterpreterNotFound: python3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fea981f3..5e250e04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false cache: pip python: - - "2.7" + - "3.5" before_script: - pip install -U pip wheel tox