We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b5650 commit f4e0c93Copy full SHA for f4e0c93
1 file changed
.travis.yml
@@ -3,10 +3,6 @@ language: python
3
python:
4
- '3.6'
5
6
-before_deploy:
7
- script:
8
- - python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
9
-
10
jobs:
11
include:
12
- stage: Test
@@ -44,3 +40,5 @@ jobs:
44
40
skip_cleanup: true
45
41
on:
46
42
tags: true
43
+ script:
+ - python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
0 commit comments