diff options
| author | fanquake <[email protected]> | 2018-10-26 09:47:51 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2018-10-26 09:47:51 +0800 |
| commit | f9fc08c5f86fc3c1cfb922d347eec01b695c677a (patch) | |
| tree | 0b2c10616778f5fe1d724bb5ceb971088909afb9 | |
| parent | [macOS] Remove DS_Store WindowBounds bytes object (diff) | |
| download | discoin-f9fc08c5f86fc3c1cfb922d347eec01b695c677a.tar.xz discoin-f9fc08c5f86fc3c1cfb922d347eec01b695c677a.zip | |
travis: Pin flake8 version to 3.5.0
| -rw-r--r-- | .travis.yml | 2 |
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: |