Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
git-repo-updater
réplica de
https://github.com/earwig/git-repo-updater
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
11
Actividad
Explorar el Código
Travis CI support added (python 3.6, 3.7, 3.8).
pull/55/head
offa
hace 4 años
padre
b502b2eaa4
commit
cc6be13f37
Se han
modificado 1 ficheros
con
15 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+15
-0
.travis.yml
+ 15
- 0
.travis.yml
Ver fichero
@@ -0,0 +1,15 @@
language: python
dist: bionic
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pipenv install
script:
- pytest
Escribir
Vista previa
Cargando…
Cancelar
Guardar