Skip to content

Commit

Permalink
Upgrade virtualenv and tox on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Aug 27, 2019
1 parent 04c876a commit 5e65edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -35,7 +35,7 @@ init:

install:
- "%PYTHON%/Scripts/easy_install -U pip"
- "%PYTHON%/Scripts/pip install tox"
- "%PYTHON%/Scripts/pip install -U tox virtualenv"
- "%PYTHON%/Scripts/pip install wheel"

build: false # Not a C# project, build stuff at the test step instead.
Expand Down

0 comments on commit 5e65edf

Please sign in to comment.