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: install:
# We need wheel installed to build wheels # We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install pipenv" - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "%PYTHON%\\python.exe -m pipenv install -d --system" - python --version
- pip install pipenv
- pipenv install -d --system
build: off build: off