Skip to content

Commit

Permalink
Install fresh virtualenv on AppVeyor (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev authored Nov 10, 2019
1 parent 69e4142 commit 58a3eb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ matrix:

install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

# Temporary workaround to prevent tests failing.
# See GH-983 for the details.
# TODO remove this after tox>3.14.0 being released
- pip install "virtualenv>=16.0.0"

- pip install tox

build: false
Expand Down

0 comments on commit 58a3eb1

Please sign in to comment.