This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
CityApper
/
dulwich
réplica de
https://github.com/jelmer/dulwich
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Install unittest2 in travis for python2.6.
Jelmer Vernooij
%!s(int64=11) %!d(string=hai) anos
pai
3f9b05ded7
achega
f534d0c21b
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
.travis.yml
+ 2
- 0
.travis.yml
Ver ficheiro
@@ -3,3 +3,5 @@ python:
- "2.7"
- "2.6"
script: make check
+install:
+ - pip install unittest2