.appveyor.yml: upgrade setuptools
This commit is contained in:
parent
a502694d14
commit
113e1bd0df
@ -48,8 +48,8 @@ install:
|
|||||||
- "python --version"
|
- "python --version"
|
||||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||||
|
|
||||||
# upgrade pip to avoid out-of-date warnings
|
# upgrade pip and setuptools to avoid out-of-date warnings
|
||||||
- "python -m pip install --disable-pip-version-check --user --upgrade pip"
|
- "python -m pip install --disable-pip-version-check --user --upgrade pip setuptools"
|
||||||
- "python -m pip --version"
|
- "python -m pip --version"
|
||||||
|
|
||||||
# install the dependencies to run the tests
|
# install the dependencies to run the tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user