mirror of
https://github.com/SrIzan10/curso-python.git
synced 2026-06-26 10:12:24 +00:00
7 lines
118 B
YAML
7 lines
118 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
script:
|
|
- "python3.7 objetivo1.py" |