Merge pull request #39 from thijstriemstra/patch-1

ci: use python3.7
This commit is contained in:
Renzo Mischianti 2021-02-04 14:22:21 +01:00 committed by GitHub
commit 9aee3e57fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@
language: python
python:
- "2.7"
- "3.7"
# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false