From 3c13e7aba6a6774fd0e9fdcfb9f4e59f1c6f947c Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Fri, 30 Aug 2019 12:34:48 +0200 Subject: [PATCH] Move document generation to Pyhton 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b5638e1..44365a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false