diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | appveyor.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 60c5e5619..c3c074263 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/ diff --git a/appveyor.yml b/appveyor.yml index fb8199394..7d6e62964 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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. |