We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385cbc6 commit 853dc57Copy full SHA for 853dc57
.travis.yml
@@ -1,7 +1,7 @@
1
dist: xenial
2
language: python
3
python:
4
-- '3.6'
+- '3.7'
5
6
stages:
7
- name: Tests
@@ -13,7 +13,7 @@ jobs:
13
include:
14
- stage: Tests
15
name: "Test CircuitPython Bundle"
16
- python: "3.6"
+ python: "3.7"
17
script:
18
- echo "Building mpy-cross" && echo "travis_fold:start:mpy-cross"
19
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
0 commit comments