We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c9021 commit 9d409e1Copy full SHA for 9d409e1
2 files changed
.travis.yml
@@ -19,7 +19,7 @@ jobs:
19
- export CXX="${CXX_COMPILER}"
20
- export ASAN_OPTIONS="symbolize=1"
21
install:
22
- - pip install --user flake8
+ - pip install --user flake8==3.4.1
23
before_script:
24
# Check the style of a subset of Python code until the other code is updated.
25
- flake8 ./scripts/
appveyor.yml
@@ -21,7 +21,7 @@ environment:
PARALLEL_FLAG: "/m:"
- - pip install flake8
+ - pip install flake8==3.4.1
26
before_build:
27
0 commit comments