appveyor tinkering
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user