mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Include pip requirements
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user