Skip to content

Commit fb6b264

Browse files
committed
Sem-Ver: bugfix Run flake8 in ci.
Signed-off-by: David Black <[email protected]>
1 parent dd1df0e commit fb6b264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ python:
77
- "3.7"
88
install:
99
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 || $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install aiohttp==3.6.2 asynctest==0.13.0; fi
10-
- pip install -q pycodestyle==2.3.1
10+
- pip install -q pycodestyle==2.6.0 flake8==3.8.1
1111
script:
1212
- pycodestyle .
13+
- if [[ $TRAVIS_PYTHON_VERSION == 3.5 || $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then flake8 . ; fi
1314
- python setup.py test

0 commit comments

Comments
 (0)