diff --git a/appveyor.yml b/appveyor.yml index 4764ee1..22348e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,7 +63,7 @@ environment: install: - "%PIP% install --disable-pip-version-check --user --upgrade pip" - - "%PIP% install wheel twine pytest" + - "%PIP% install setuptools wheel twine pytest" build_script: - "%SETUPPY% build"