This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CityApper
/
dulwich
mirror da
https://github.com/jelmer/dulwich
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Add basic travis config file.
Jelmer Vernooij
11 anni fa
parent
320a627fea
commit
3f9b05ded7
1 ha cambiato i file
con
5 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
5
0
.travis.yml
+ 5
- 0
.travis.yml
Vedi File
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: make check