Skip to content

Commit f26ee94

Browse files
Add flake8 in CI.
1 parent fcfdcc8 commit f26ee94

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ script:
2626

2727
after_success:
2828
- coveralls
29-
- flake8 --statistics --count --config=setup.cfg doggy games
29+
- flake8 --statistics --count --config=setup.cfg robus
3030
- pip uninstall -y robus
3131

3232
after_failure:

setup.cfg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[flake8]
2+
ignore = E501,E731,F401
3+
max-line-length = 160
4+
exclude = build,dist,tests,*.egg-info,doc/*

0 commit comments

Comments
 (0)