From 10a1572348932a6ce916019af7fe8cd89c517b75 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 19 Aug 2019 18:38:06 +0200 Subject: [PATCH] fixup! AppVeyor: virtualenv==16.7.0 [skip ci] --- ci/templates/appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/templates/appveyor.yml b/ci/templates/appveyor.yml index 6bfce9ae..f5cd7ab2 100644 --- a/ci/templates/appveyor.yml +++ b/ci/templates/appveyor.yml @@ -23,8 +23,8 @@ install: - pypy --version # Upgrade virtualenv for e.g. more-itertools to be handled properly. - # Pin it to work around https://github.com/tox-dev/tox/issues/1389. - - C:\Python35\python -m pip install -U virtualenv==16.5.0 + # Pin it to avoid side-effects. + - C:\Python35\python -m pip install -U virtualenv==16.7.0 - C:\Python35\python -m pip install tox test_script: