We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580a483 commit ccfb424Copy full SHA for ccfb424
README.md
@@ -6,6 +6,8 @@ Nesse curso é ensinado como contribuir com projetos de código aberto
6
7
Link para o curso [Python Pro](https://plataforma.dev.pro.br/)
8
9
+[](https://app.travis-ci.com/GuilhermeePires/libpythonpro)
10
+
11
Suportada versão 3 de python
12
13
Para instalar:
libpythonpro/.travis.yml
@@ -0,0 +1,8 @@
1
+language: python
2
+python:
3
+ -3.10
4
+ -2.7
5
+install:
+ - pip install -r requirements-dev.txt
+script:
+ -flake8
0 commit comments