Skip to content

Commit 4f678cd

Browse files
committed
Configurado Travis-CI
1 parent 20aabdb commit 4f678cd

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.idea/libpythonpro.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: python
22
python:
3-
- 3.7
3+
- 3.8
44
install:
5-
- pip install -q pipenv codecov
6-
- pipenv sync --dev
5+
# - pip install -q pipenv codecov
6+
# - pipenv sync --dev
7+
- pip install -r requirements-dev.txt
78
script:
89
- flake8
9-
- pytest libpythonpro --cov=libpythonpro
10+
# - pytest libpythonpro --cov=libpythonpro
11+
1012
after_success:
11-
- codecov
13+
- codecov

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Nesse curso é ensinado como contribuir com projetos de código aberto
88

99
Link para o curso [Python Pro](https://www.python.pro.br/)
1010

11+
[![Build Status](https://travis-ci.org/antoniolins/libpythonpro.svg?branch=master)](https://travis-ci.org/antoniolins/libpythonpro)
12+
1113

1214

1315
[![Build Status](https://travis-ci.org/pythonprobr/libpythonpro.svg?branch=master)](https://travis-ci.org/pythonprobr/libpythonpro)

0 commit comments

Comments
 (0)