mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
12 lines
164 B
YAML
12 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
|
|
|