Skip to content

Commit 67cef21

Browse files
committed
PyPi setup.
1 parent 44f52c5 commit 67cef21

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ deploy:
2323
install:
2424
- pip install -r requirements.txt
2525
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26+
- pip install --force-reinstall pylint==1.9.2
2627
script:
2728
- pylint adafruit_crickit.py
2829
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Adafruit-Blinka
22
adafruit-circuitpython-seesaw
3+
Adafruit-circuitpython-motor

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
author='Adafruit Industries',
3535
author_email='circuitpython@adafruit.com',
3636

37-
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-seesaw"],
37+
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-seesaw",
38+
"adafruit-circuitpython-motor"],
3839

3940
# Choose your license
4041
license='MIT',

0 commit comments

Comments
 (0)