diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 21a9ca6..7940af5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ language: python python: - - "2.7" + - "3.7" # Cache PlatformIO packages using Travis CI container-based infrastructure sudo: false |