travis: Pin flake8 version to 3.5.0
This commit is contained in:
parent
eb2cc84a31
commit
f9fc08c5f8
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ jobs:
|
||||||
language: python
|
language: python
|
||||||
python: '3.6'
|
python: '3.6'
|
||||||
install:
|
install:
|
||||||
- travis_retry pip install flake8
|
- travis_retry pip install flake8==3.5.0
|
||||||
before_script:
|
before_script:
|
||||||
- git fetch --unshallow
|
- git fetch --unshallow
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue