aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-10-25 22:09:46 -0400
committerMarcoFalke <[email protected]>2018-10-25 22:09:50 -0400
commitf13041f17b08d95365ae5f14f1be1962b965ff45 (patch)
tree0b2c10616778f5fe1d724bb5ceb971088909afb9
parent[macOS] Remove DS_Store WindowBounds bytes object (diff)
parenttravis: Pin flake8 version to 3.5.0 (diff)
downloaddiscoin-f13041f17b08d95365ae5f14f1be1962b965ff45.tar.xz
discoin-f13041f17b08d95365ae5f14f1be1962b965ff45.zip
Merge #14579: [0.17] travis: Pin flake8 version to 3.5.0
f9fc08c5f8 travis: Pin flake8 version to 3.5.0 (fanquake) Pull request description: Pin flake8 version to 3.5.0 to fix the linters. Tree-SHA512: 4f06d0aacbdfbbc6d090790aeea5185f2a61259381e586f4015bc0f8c0d0c8fec6156343a9587b8605bc776b39c080bd6584e6e9b685eaba3d90a58c726ac469
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index aafdc2e89..d1772e43e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: