Skip to content

Commit 9d409e1

Browse files
authored
Pin flake8 to specific version on travis (#1242)
1 parent 47c9021 commit 9d409e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- export CXX="${CXX_COMPILER}"
2020
- export ASAN_OPTIONS="symbolize=1"
2121
install:
22-
- pip install --user flake8
22+
- pip install --user flake8==3.4.1
2323
before_script:
2424
# Check the style of a subset of Python code until the other code is updated.
2525
- flake8 ./scripts/

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ environment:
2121
PARALLEL_FLAG: "/m:"
2222

2323
install:
24-
- pip install flake8
24+
- pip install flake8==3.4.1
2525

2626
before_build:
2727
# Check the style of a subset of Python code until the other code is updated.

0 commit comments

Comments
 (0)