We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1df0e commit fb6b264Copy full SHA for fb6b264
.travis.yml
@@ -7,7 +7,8 @@ python:
7
- "3.7"
8
install:
9
- 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
+ - pip install -q pycodestyle==2.6.0 flake8==3.8.1
11
script:
12
- pycodestyle .
13
+ - if [[ $TRAVIS_PYTHON_VERSION == 3.5 || $TRAVIS_PYTHON_VERSION == 3.6 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then flake8 . ; fi
14
- python setup.py test
0 commit comments