File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - 3.7
3+ - 3.9
44install :
5- - pip install -q pipenv codecov
6- - pipenv sync --dev
5+ - pip install -r requiriments-dev.txt
76script :
8- - flake8
9- - pytest libpythonpro --cov=libpythonpro
10- after_success :
11- - codecov
7+ - flake8
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Nesse curso é ensinado como contribuir com projetos de código aberto
66
77Link 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 )
You can’t perform that action at this time.
0 commit comments