We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2246567 + a702137 commit 4e9fd61Copy full SHA for 4e9fd61
.travis.yml
@@ -5,21 +5,14 @@ python:
5
cache:
6
pip: true
7
deploy:
8
- matrix:
9
- - provider: releases
10
- api_key: "$GITHUB_TOKEN"
11
- file_glob: true
12
- file: "$TRAVIS_BUILD_DIR/bundles/*"
13
- skip_cleanup: true
14
- overwrite: true
15
- on:
16
- tags: true
17
- # - provider: pypi
18
- # user: adafruit-travis
19
- # on:
20
- # tags: true
21
- # password:
22
- # secure: TBS
+ provider: releases
+ api_key: "$GITHUB_TOKEN"
+ file_glob: true
+ file: "$TRAVIS_BUILD_DIR/bundles/*"
+ skip_cleanup: true
+ overwrite: true
+ on:
+ tags: true
23
24
install:
25
- pip install -r requirements.txt
0 commit comments