Skip to content

Commit

Permalink
fixup! AppVeyor: virtualenv==16.7.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 19, 2019
1 parent e4b9060 commit 10a1572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/templates/appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 10a1572

Please sign in to comment.