Skip to content

Commit 77492bd

Browse files
authored
Fix .travis.yml to install requirements
1 parent 3aa8c79 commit 77492bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ deploy:
2323
tags: true
2424

2525
install:
26+
- pip install -r requirements.txt
2627
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
2728
- pip install --force-reinstall pylint==1.9.2
2829

0 commit comments

Comments
 (0)