Skip to content

Commit 853dc57

Browse files
Update Python in Travis to 3.7
1 parent 385cbc6 commit 853dc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: xenial
22
language: python
33
python:
4-
- '3.6'
4+
- '3.7'
55

66
stages:
77
- name: Tests
@@ -13,7 +13,7 @@ jobs:
1313
include:
1414
- stage: Tests
1515
name: "Test CircuitPython Bundle"
16-
python: "3.6"
16+
python: "3.7"
1717
script:
1818
- echo "Building mpy-cross" && echo "travis_fold:start:mpy-cross"
1919
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

0 commit comments

Comments
 (0)