Include pip requirements

This commit is contained in:
Dave Machado 2017-12-28 23:01:12 -05:00
parent cb9549ff9c
commit d38b999add
No known key found for this signature in database
GPG Key ID: 948D4778D01A7B3F
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@ language: python
python: "3.6"
notifications:
email: true
install:
- pip install -r build/requirements.txt
before_script:
- cd build
script:

1
build/requirements.txt Normal file
View File

@ -0,0 +1 @@
httplib2==0.9.2