We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90ecf3 commit b324682Copy full SHA for b324682
1 file changed
.travis.yml
@@ -3,6 +3,10 @@ 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
matrix:
11
include:
12
- python: "3.6"
@@ -39,5 +43,3 @@ matrix:
39
43
skip_cleanup: true
40
44
on:
41
45
tags: true
42
- script:
- - python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
0 commit comments