mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-06 13:46:45 +02:00
Include pip requirements
This commit is contained in:
parent
cb9549ff9c
commit
d38b999add
2 changed files with 3 additions and 0 deletions
|
@ -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
1
build/requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
httplib2==0.9.2
|
Loading…
Add table
Reference in a new issue