This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
Radicale
mirror of
https://github.com/Kozea/Radicale
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Install flake8 in Travis
Guillaume Ayoub
9 years ago
parent
6769629314
commit
39b34b2f52
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
.travis.yml
+ 1
- 0
.travis.yml
View File
@@ -7,6 +7,7 @@ python:
install:
- pip install -e .
+ - pip install flake8
script:
- py.test -s