Skip to content

Commit 9a322fe

Browse files
committed
Arquivos requiriments
1 parent dabd414 commit 9a322fe

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nesse curso é ensinado como contribuir com projetos de código aberto
66

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

9-
[![Build Status](https://travis-ci.org/pythonprobr/libpythonpro.svg?branch=master)](https://travis-ci.org/pythonprobr/libpythonpro)
9+
[![Build Status](https://app.travis-ci.com/Dansilllva/libpythonpro.svg?branch=master)](https://app.travis-ci.com/Dansilllva/libpythonpro)
1010
[![Updates](https://pyup.io/repos/github/pythonprobr/libpythonpro/shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/)
1111
[![Python 3](https://pyup.io/repos/github/pythonprobr/libpythonpro/python-3-shield.svg)](https://pyup.io/repos/github/pythonprobr/libpythonpro/)
1212
[![codecov](https://codecov.io/gh/pythonprobr/libpythonpro/branch/master/graph/badge.svg)](https://codecov.io/gh/pythonprobr/libpythonpro)

0 commit comments

Comments
 (0)