Skip to content

Commit 3da41b4

Browse files
committed
Add flake8 to travis-ci build process
1 parent ecd8de7 commit 3da41b4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ python:
66
- 3.4
77
- 3.5
88

9+
install:
10+
- pip install flake8
11+
12+
before_script:
13+
# ignore:
14+
# * E501 - line length limit
15+
- flake8 . --ignore=E501
16+
917
script:
1018
- ./test/check-exercises.py
1119
- ./bin/fetch-configlet

0 commit comments

Comments
 (0)