From 4c71a67e3fb989d26ff432ef0e1048cdbd14f710 Mon Sep 17 00:00:00 2001 From: jonpas Date: Fri, 1 Sep 2017 05:34:24 +0200 Subject: [PATCH] Use Python 3.5 in Travis (#5467) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 90c037b514..8a03778a53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ branches: - release language: python python: -- '3.4' +- '3.5' before_script: - if [ -n "${GH_TOKEN}" ] && [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then pip install pygithub;