Update pip on AppVeyor
py26-pytest30 is failing due to a setuptools error. Try to update pip to see if this fixes the issue.
This commit is contained in:
@@ -12,7 +12,7 @@ environment:
|
|||||||
- TOXENV: "readme"
|
- TOXENV: "readme"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- C:\Python35\python -m pip install tox setuptools_scm
|
- C:\Python35\python -m pip install -U tox setuptools_scm pip
|
||||||
|
|
||||||
build: false # Not a C# project, build stuff at the test step instead.
|
build: false # Not a C# project, build stuff at the test step instead.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user