Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8f2f157

Browse filesBrowse files
authored
Travis CI: Use flake8 to find syntax errors and undefined names
http://flake8.pycqa.org
1 parent fd40e0d commit 8f2f157
Copy full SHA for 8f2f157

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ env:
1111

1212
install:
1313
- pip install --upgrade pip
14-
- pip install markdown pypinyin
14+
- pip install flake8 markdown pypinyin
1515

1616
script:
17+
- flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
1718
- python utils/genReadme.py
1819
- python utils/genIndex.py
1920

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.