Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
git-repo-updater
espelhamento de
https://github.com/earwig/git-repo-updater
Observar
1
Favorito
1
Fork
0
Código
Versões
11
Atividade
Ver código fonte
Travis CI support added (python 3.6, 3.7, 3.8).
pull/55/head
offa
4 anos atrás
pai
b502b2eaa4
commit
cc6be13f37
1 arquivos alterados
com
15 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+15
-0
.travis.yml
+ 15
- 0
.travis.yml
Ver arquivo
@@ -0,0 +1,15 @@
language: python
dist: bionic
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pipenv install
script:
- pytest
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar