Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Trying solution from pytest-dev/pytest/issues/4770 to fix build issue…
Browse files Browse the repository at this point in the history
…s on appveyor.
  • Loading branch information
Craig Anderson committed Oct 23, 2019
1 parent ce17f85 commit 94a85f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ init:

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

Expand Down

0 comments on commit 94a85f8

Please sign in to comment.