This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
mirrors
/
Radicale
mirror of
https://github.com/Kozea/Radicale
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Install flake8 in Travis
Guillaume Ayoub
9 năm trước cách đây
mục cha
6769629314
commit
39b34b2f52
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
.travis.yml
+ 1
- 0
.travis.yml
Xem Tập Tin
@@ -7,6 +7,7 @@ python:
install:
- pip install -e .
+ - pip install flake8
script:
- py.test -s