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:
Bruno Oliveira
2017-11-22 20:58:06 -02:00
parent 58f7291a99
commit cf067a86d7

View File

@@ -12,7 +12,7 @@ environment:
- TOXENV: "readme"
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.