4
0
mirror of https://github.com/QuasarApp/QuasarAppCoin.git synced 2025-05-07 06:59:37 +00:00

travis: Pin flake8 version to 3.5.0

This commit is contained in:
fanquake 2018-10-26 09:47:51 +08:00
parent eb2cc84a31
commit f9fc08c5f8
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -148,7 +148,7 @@ jobs:
language: python
python: '3.6'
install:
- travis_retry pip install flake8
- travis_retry pip install flake8==3.5.0
before_script:
- git fetch --unshallow
script: