From 481b0ae7b6ac3c7efb393291c3140cb204fdea5c Mon Sep 17 00:00:00 2001 From: William Pietri Date: Mon, 4 Dec 2017 15:24:31 -0800 Subject: [PATCH] appveyor tinkering --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8cb965f..1c88119 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ environment: install: # We need wheel installed to build wheels - "%PYTHON%\\python.exe -m pip install pipenv" - - "pipenv install -d --system" + - "%PYTHON%\\python.exe -m pipenv install -d --system" build: off