This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CityApper
/
dulwich
espejo de
https://github.com/jelmer/dulwich
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Install unittest2 in travis for python2.6.
Jelmer Vernooij
hace 11 años
padre
3f9b05ded7
commit
f534d0c21b
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
.travis.yml
+ 2
- 0
.travis.yml
Ver fichero
@@ -3,3 +3,5 @@ python:
- "2.7"
- "2.6"
script: make check
+install:
+ - pip install unittest2