We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cce7e3 commit 01a9d12Copy full SHA for 01a9d12
appveyor.yml
@@ -27,6 +27,7 @@ install:
27
# Create current python virtualenv
28
- python -m virtualenv venv
29
- venv\Scripts\activate.bat
30
+ - "SET VIRTUAL_ENV=venv"
31
- "python -c \"import sys; print(sys.executable)\""
32
33
# Install dependencies
0 commit comments