mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-06 05:36:33 +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"
|
python: "3.6"
|
||||||
notifications:
|
notifications:
|
||||||
email: true
|
email: true
|
||||||
|
install:
|
||||||
|
- pip install -r build/requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
- cd build
|
- cd build
|
||||||
script:
|
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