diff --git a/appveyor.yml b/appveyor.yml index 139b0e0..dfb8416 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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.