mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-05 09:38:55 +02:00
11 lines
164 B
YAML
11 lines
164 B
YAML
language: python
|
|
python: "3.6"
|
|
notifications:
|
|
email: true
|
|
install:
|
|
- pip install -r build/requirements.txt
|
|
before_script:
|
|
- cd build
|
|
script:
|
|
- ./main.sh
|
|
|