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 d2700c8 commit 4e7526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ init:

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

Expand Down

0 comments on commit 4e7526e

Please sign in to comment.