summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-28 10:17:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-28 10:17:35 -0400
commit6e0a29decbf6395e35f4b352e6d75d46b523727d (patch)
tree252cb0b0c2f4aeab25b3fe694c8daa88d1a9f6c3
parent29016f7e696cdefba227ab761929698b4c636cb7 (diff)
downloadpython-setuptools-git-6e0a29decbf6395e35f4b352e6d75d46b523727d.tar.gz
Also force newer version of flake8, required by pytest-flake8 0.6.
-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"