From ad80a7c66c2715115d37867cd65a702c05df0009 Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Sun, 15 Nov 2020 12:44:19 +0100 Subject: [PATCH] travis: use python 3.7 python 2.7 is EOL --- integration/ci/travis.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/integration/ci/travis.rst b/integration/ci/travis.rst index a386c6b8b5..09f288a43a 100644 --- a/integration/ci/travis.rst +++ b/integration/ci/travis.rst @@ -68,7 +68,7 @@ This variant is default choice for native PlatformIO projects: language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false @@ -95,7 +95,7 @@ and boards from command line interface: language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false @@ -199,7 +199,7 @@ Examples language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false @@ -237,7 +237,7 @@ Examples language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false @@ -272,7 +272,7 @@ Examples language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false @@ -310,7 +310,7 @@ Examples language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false