Skip to content

Commit 6ddf7f4

Browse files
authored
Merge pull request #14 from kattni/pypi
Updated travis.yml and requirements.txt
2 parents 072e3e1 + bb5b498 commit 6ddf7f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
cache:
77
pip: true
88
deploy:
9-
provider: releases
9+
- provider: releases
1010
api_key: "$GITHUB_TOKEN"
1111
file_glob: true
1212
file: "$TRAVIS_BUILD_DIR/bundles/*"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Adafruit-Blinka
2-
adafruit-micropython-register
3-
adafruit-micropython-busdevice
2+
adafruit-circuitpython-register
3+
adafruit-circuitpython-busdevice

0 commit comments

Comments
 (0)