This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
CityApper
/
dulwich
mirror of
https://github.com/jelmer/dulwich
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Install unittest2 in travis for python2.6.
Jelmer Vernooij
11 năm trước cách đây
mục cha
3f9b05ded7
commit
f534d0c21b
1 tập tin đã thay đổi
với
2 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
2
0
.travis.yml
+ 2
- 0
.travis.yml
Xem Tập Tin
@@ -3,3 +3,5 @@ python:
- "2.7"
- "2.6"
script: make check
+install:
+ - pip install unittest2