Merge pull request #6396 from Jason2866/patch-1

Use Python 3.7. for Travis...
This commit is contained in:
Theo Arends 2019-09-10 16:30:44 +02:00 committed by GitHub
commit 99dcfaff35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: python language: python
python: python:
- '2.7' - '3.7'
sudo: false sudo: false
install: install:
- pip install -U platformio - pip install -U platformio