Skip to content

Commit

Permalink
CI: use python 3.6 (#393)
Browse files Browse the repository at this point in the history
python 2.7 is dead
python 3.6 is supported until 2021-12
It would be better to move to python 3.8 right away,
but since it is not installed by default in Travis,
having to download it in each job would make the builds significantly slower.
  • Loading branch information
nuno-silva authored Aug 2, 2020
1 parent 40c51ae commit 420dd84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: python
python:
- "2.7"
- "3.6"

dist: bionic

# Cache PlatformIO packages using Travis CI container-based infrastructure
sudo: false
Expand Down

0 comments on commit 420dd84

Please sign in to comment.