Skip to content

Commit

Permalink
staged build it is...
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed May 17, 2019
1 parent 191936a commit fdfdc80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ python:
before_deploy:
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/

matrix:
jobs:
include:
- python: "3.6"
- stage: Test
python: "3.6"
name: "Test CircuitPython Bundle"
if: type = pull_request
script:
Expand All @@ -34,7 +35,7 @@ matrix:
- cd Adafruit_CircuitPython_FeatherWing
- circuitpython-build-bundles --filename_prefix test-single --library_location .

- deploy:
- stage: deploy
provider: pypi
user: "adafruit-travis"
password:
Expand Down

0 comments on commit fdfdc80

Please sign in to comment.