From b1d50b7aec9afb04f797ba6e81b63ca1a3bf74c6 Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Sun, 13 Oct 2019 08:35:36 -0600 Subject: [PATCH] force travis to use python: "2.7" until platformio is compatible platformio is currently not compatible with python 3.x --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c41a8c4..d5251d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ # Test build the arduino library with travis CI and PlatformIO language: python +python: + - "2.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false