Skip to content

Commit 33169fe

Browse files
committed
i mean, why not...
1 parent f4e0c93 commit 33169fe

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.travis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ python:
55

66
jobs:
77
include:
8-
- stage: Test
8+
- stage: Tests
99
python: "3.6"
10-
name: "Test CircuitPython Bundle"
1110
if: type = pull_request
12-
script:
11+
- script:
1312
- echo "Building mpy-cross" && echo "travis_fold:start:mpy-cross"
1413
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
1514
- echo "travis_fold:end:mpy-cross"
@@ -19,26 +18,25 @@ jobs:
1918
- echo "travis_fold:end:clone"
2019
- cd Adafruit_CircuitPython_Bundle
2120
- circuitpython-build-bundles --filename_prefix test-bundle --library_location libraries --library_depth 2
21+
name: "Test CircuitPython Bundle"
2222

23-
- python: "3.6"
24-
name: "Test Single Library Bundle"
25-
if: type = pull_request
26-
script:
23+
- script:
2724
- echo "Building mpy-cross" && echo "travis_fold:start:mpy-cross"
2825
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
2926
- echo "travis_fold:end:mpy-cross"
3027
- pip install -e .
3128
- git clone https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git
3229
- cd Adafruit_CircuitPython_FeatherWing
3330
- circuitpython-build-bundles --filename_prefix test-single --library_location .
31+
name: "Test CircuitPython Bundle"
3432

3533
- stage: deploy
34+
script:
35+
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
3636
provider: pypi
3737
user: "adafruit-travis"
3838
password:
3939
secure: tCjXwD8YeitG0HZLxW1D1QlVv4Xbj8mfRoqW0CM9ikPp3KY1PCz6Axj0PiOcyVwKdnxcUQ0EGRl16wEqwkObrmo9MboYrPuPqN00ULmyCQCRvJa2abIN6jDoLtBuf6bcze88t0XY2LdMOcj2Udv5Iijgf95zUgE+Z6BqT9Rgche78JEOeANJ7BlAJ6nRCA4whDdG7J9s7SmFtIjKWtMxig2J3X+Qy0bZ+Armtfp9/CRvjLJ8juDrcCBSysWLnAYLS4u8e/rbSTh8YwFeoeJ1pp9qSmME5NuwScY18QmfESNSqz8wVVXtAFKdoMOCoN+/CodTxp9aB0QsXX6yOYg74ahDIaci239wgnuUqxSaeLxeSwWkkVCXWdQVuP4vgq3GZwm2yNOQ1ZjfFbXF156yv0uSVw5nuaxv0YblQTinJtL4x9hwOdPDJio3b6UT3H1ue9l1qK0LT2OSkzDgn12WmTnTfRUH3BkU6onsYsdP33PK1YhepeQnfbT1P3ikrRHIwGYb7XqcjOtJh413kid6YezCXRqccl8kAxegnqX+cQG7K9ilpZtWaVYLu4RRBJ37H4vpuOb3SV686Y62sWPUXEbI3MR1OxU+RrRr/9DCH1EFXnlYT9LF986wXFJtWuSc+pbXuxY7qduai0hn5Pft6XH31exyiOwAHBIFeYebnVM=
4040
skip_cleanup: true
4141
on:
4242
tags: true
43-
script:
44-
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

0 commit comments

Comments
 (0)