Skip to content

Commit d7589a8

Browse files
committed
Use Python 3.6 for Travis.CI
1 parent 2095c78 commit d7589a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.5"
4+
- "3.6"
55

66
env:
77
- PLATFORMIO_PROJECT_DIR=examples/arduino-asyncudp

0 commit comments

Comments
 (0)