summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e91f7e78..e275605b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ env:
- LC_ALL=C LC_CTYPE=C
script:
# avoid VersionConflict when newer version is required
- - pip install -U pytest
+ - pip install -U pytest flake8
# Output the env, because the travis docs just can't be trusted
- env
diff --git a/appveyor.yml b/appveyor.yml
index 4ae6c791..14456813 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,5 +12,6 @@ install:
build: off
test_script:
+ - "python -m pip install -U flake8"
- "python bootstrap.py"
- "python setup.py test"