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 9046f88 commit 20e1c34Copy full SHA for 20e1c34
appveyor.yml
@@ -25,7 +25,7 @@ install:
25
26
# Create current python virtualenv
27
- "virtualenv --python=%PYTHON%\\python.exe venv"
28
- - venv\\Scripts\\activate.bat
+ - cmd: call venv\Scripts\activate.bat
29
- python --version
30
31
# Install dependencies
0 commit comments