From e5481f6d9cbecaa6e86a9f617c88c8eab0a21394 Mon Sep 17 00:00:00 2001 From: William Pietri Date: Mon, 4 Dec 2017 15:29:33 -0800 Subject: [PATCH] appveyor tinkering --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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