Skip to content

Commit

Permalink
make appveyor install a newer tox/wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Jul 2, 2019
1 parent 02be351 commit 7a51dcf
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 @@ -25,7 +25,7 @@ init:

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

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

Expand Down

0 comments on commit 7a51dcf

Please sign in to comment.