Skip to content

Commit 07cac59

Browse files
travis: use python 3.7 (#161)
python 2.7 is EOL
1 parent abff14f commit 07cac59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

integration/ci/travis.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This variant is default choice for native PlatformIO projects:
6868
6969
language: python
7070
python:
71-
- "2.7"
71+
- "3.7"
7272
7373
# Cache PlatformIO packages using Travis CI container-based infrastructure
7474
sudo: false
@@ -95,7 +95,7 @@ and boards from command line interface:
9595
9696
language: python
9797
python:
98-
- "2.7"
98+
- "3.7"
9999
100100
# Cache PlatformIO packages using Travis CI container-based infrastructure
101101
sudo: false
@@ -199,7 +199,7 @@ Examples
199199
200200
language: python
201201
python:
202-
- "2.7"
202+
- "3.7"
203203
204204
# Cache PlatformIO packages using Travis CI container-based infrastructure
205205
sudo: false
@@ -237,7 +237,7 @@ Examples
237237
238238
language: python
239239
python:
240-
- "2.7"
240+
- "3.7"
241241
242242
# Cache PlatformIO packages using Travis CI container-based infrastructure
243243
sudo: false
@@ -272,7 +272,7 @@ Examples
272272
273273
language: python
274274
python:
275-
- "2.7"
275+
- "3.7"
276276
277277
# Cache PlatformIO packages using Travis CI container-based infrastructure
278278
sudo: false
@@ -310,7 +310,7 @@ Examples
310310
311311
language: python
312312
python:
313-
- "2.7"
313+
- "3.7"
314314
315315
# Cache PlatformIO packages using Travis CI container-based infrastructure
316316
sudo: false

0 commit comments

Comments
 (0)