mirror of
https://github.com/SrIzan10/curso-python.git
synced 2026-06-17 07:46:09 +00:00
Tenemos algo de progreso!
Un simple hello world y travis.yml para el CI.
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
script:
|
||||
- "python3.7 objetivo1.py"
|
||||
1
objetivo1.py
Normal file
1
objetivo1.py
Normal file
@@ -0,0 +1 @@
|
||||
print("Hello World :3")
|
||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@@ -0,0 +1 @@
|
||||
pytest
|
||||
Reference in New Issue
Block a user