Skip to content

Commit 18e4a2b

Browse files
committed
force appveyor to install a newer tox/wheel
1 parent 7022c47 commit 18e4a2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ init:
2121

2222
install:
2323
- "%PYTHON%/Scripts/easy_install -U pip"
24-
- "%PYTHON%/Scripts/pip install tox"
25-
- "%PYTHON%/Scripts/pip install wheel"
24+
- "%PYTHON%/Scripts/pip install -U --force-reinstall tox wheel"
25+
2626

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

0 commit comments

Comments
 (0)