Skip to content

Commit f4e0c93

Browse files
committed
no way around this, i guess
1 parent 59b5650 commit f4e0c93

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ language: python
33
python:
44
- '3.6'
55

6-
before_deploy:
7-
script:
8-
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
9-
106
jobs:
117
include:
128
- stage: Test
@@ -44,3 +40,5 @@ jobs:
4440
skip_cleanup: true
4541
on:
4642
tags: true
43+
script:
44+
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

0 commit comments

Comments
 (0)