Skip to content

Commit

Permalink
Fix AppVeyor configuration to build old Python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Jul 6, 2019
1 parent 5ad3f41 commit d2700c8
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 @@ -42,6 +42,7 @@ init:

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

Expand Down

0 comments on commit d2700c8

Please sign in to comment.