Files
curso-python/.travis.yml
SrIzan10 1f25f45f0d Tenemos algo de progreso!
Un simple hello world y travis.yml para el CI.
2021-11-11 16:54:19 +01:00

7 lines
118 B
YAML

language: python
python:
- "3.7"
install:
- "pip install -r requirements.txt"
script:
- "python3.7 objetivo1.py"