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
Install unittest2 in travis for python2.6.
Jelmer Vernooij
11 years ago
parent
3f9b05ded7
commit
f534d0c21b
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
.travis.yml
+ 2
- 0
.travis.yml
View File
@@ -3,3 +3,5 @@ python:
- "2.7"
- "2.7"
- "2.6"
- "2.6"
script: make check
script: make check
+install:
+ - pip install unittest2