diff --git a/appveyor.yml b/appveyor.yml index 1c88119..5bc6772 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,10 @@ environment: install: # We need wheel installed to build wheels - - "%PYTHON%\\python.exe -m pip install pipenv" - - "%PYTHON%\\python.exe -m pipenv install -d --system" + - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" + - python --version + - pip install pipenv + - pipenv install -d --system build: off