appveyor tinkering

This commit is contained in:
William Pietri
2017-12-04 15:29:33 -08:00
parent 481b0ae7b6
commit e5481f6d9c
+4 -2
View File
@@ -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