Skip to content

Commit fb35e4f

Browse files
authored
Updated flake8 version and added ignore errors for flake8 (#132)
1 parent cba0a15 commit fb35e4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ before_install:
88
install:
99
- pip install -r requirements.txt
1010
script:
11-
- flake8 readit setup.py
11+
- flake8 --ignore=F403,F405,F841,E127,E126,E128 readit setup.py
1212
- python setup.py check -r -s
1313
- pytest

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
beautifultable>=0.5.0
22
requests>=2.18.4
3-
flake8==3.5.0
3+
flake8==3.6.0
44
click>=6.7
55
pytest>=3.4.1
66
readme_renderer>=20.0

0 commit comments

Comments
 (0)