This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
Radicale
espejo de
https://github.com/Kozea/Radicale
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Install flake8 in Travis
Guillaume Ayoub
hace 9 años
padre
6769629314
commit
39b34b2f52
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
.travis.yml
+ 1
- 0
.travis.yml
Ver fichero
@@ -7,6 +7,7 @@ python:
install:
- pip install -e .
+ - pip install flake8
script:
- py.test -s