This website works better with JavaScript
Home
Explore
Help
Sign In
CityApper
/
dulwich
mirror of
https://github.com/jelmer/dulwich
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add basic travis config file.
Jelmer Vernooij
11 years ago
parent
320a627fea
commit
3f9b05ded7
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.travis.yml
+ 5
- 0
.travis.yml
View File
@@ -0,0 +1,5 @@
+language: python
+python:
+ - "2.7"
+ - "2.6"
+script: make check