We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfdc80 commit 59b5650Copy full SHA for 59b5650
1 file changed
.travis.yml
@@ -4,7 +4,8 @@ python:
4
- '3.6'
5
6
before_deploy:
7
- - python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
+ script:
8
+ - python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
9
10
jobs:
11
include:
0 commit comments