Skip to content

Commit

Permalink
force travis to use python: "2.7" until platformio is compatible
Browse files Browse the repository at this point in the history
platformio is currently not compatible with python 3.x
  • Loading branch information
photodude authored Oct 13, 2019
1 parent 4edf314 commit b1d50b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b1d50b7

Please sign in to comment.