summaryrefslogtreecommitdiff
path: root/appveyor.yml
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 /appveyor.yml
parent29016f7e696cdefba227ab761929698b4c636cb7 (diff)
downloadpython-setuptools-git-6e0a29decbf6395e35f4b352e6d75d46b523727d.tar.gz
Also force newer version of flake8, required by pytest-flake8 0.6.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 1 insertions, 0 deletions
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"