Skip to content

Commit 866da44

Browse files
committed
Merge #447: pin flake8 version to avoid breaking compatibilities
77e8fa4 pin flak8 version to avoid breaking compatibilities (Gregory Sanders) Pull request description: This happened upstream too. Tree-SHA512: a6d05c86e1421c03ac38ee69c4b5ff7174d7c00b0c965fcd6016a9f9b94510e4a68dce162f4bb47a2ba5d624bfc33cc6ae53fc47264d98e117632f0a6a580bed
2 parents 725e62a + 77e8fa4 commit 866da44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
language: python
159159
python: '3.6'
160160
install:
161-
- travis_retry pip install flake8
161+
- travis_retry pip install flake8==3.5.0
162162
before_script:
163163
- git fetch --unshallow
164164
script:

0 commit comments

Comments
 (0)