add required pip requirements.txt

This commit is contained in:
Limor "Ladyada" Fried 2018-09-09 14:15:52 -04:00 committed by GitHub
parent f86a967548
commit 502decf0b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ deploy:
tags: true
install:
- pip install -r requirements.txt
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
- pip install --force-reinstall pylint==1.9.2