We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191936a commit fdfdc80Copy full SHA for fdfdc80
1 file changed
.travis.yml
@@ -6,9 +6,10 @@ python:
6
before_deploy:
7
- python3 -u -m circuitpython_build_tools.scripts.build_mpy_cross circuitpython_build_tools/data/
8
9
-matrix:
+jobs:
10
include:
11
- - python: "3.6"
+ - stage: Test
12
+ python: "3.6"
13
name: "Test CircuitPython Bundle"
14
if: type = pull_request
15
script:
@@ -34,7 +35,7 @@ matrix:
34
35
- cd Adafruit_CircuitPython_FeatherWing
36
- circuitpython-build-bundles --filename_prefix test-single --library_location .
37
- - deploy:
38
+ - stage: deploy
39
provider: pypi
40
user: "adafruit-travis"
41
password:
0 commit comments