This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
CityApper
/
dulwich
peilaus alkaen
https://github.com/jelmer/dulwich
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
Add basic travis config file.
Jelmer Vernooij
11 vuotta sitten
vanhempi
320a627fea
commit
3f9b05ded7
1 muutettua tiedostoa
jossa
5 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
5
0
.travis.yml
+ 5
- 0
.travis.yml
Näytä tiedosto
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: make check