Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- export CXX="${CXX_COMPILER}"
- export ASAN_OPTIONS="symbolize=1"
install:
- pip install --user flake8
- pip install --user flake8==3.4.1
before_script:
# Check the style of a subset of Python code until the other code is updated.
- flake8 ./scripts/
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ environment:
PARALLEL_FLAG: "/m:"

install:
- pip install flake8
- pip install flake8==3.4.1

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