We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd40e0d commit 8f2f157Copy full SHA for 8f2f157
.travis.yml
@@ -11,9 +11,10 @@ env:
11
12
install:
13
- pip install --upgrade pip
14
- - pip install markdown pypinyin
+ - pip install flake8 markdown pypinyin
15
16
script:
17
+ - flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
18
- python utils/genReadme.py
19
- python utils/genIndex.py
20
0 commit comments