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 20e1c34 commit 75f36daCopy full SHA for 75f36da
appveyor.yml
@@ -24,9 +24,9 @@ install:
24
- venv-poetry\\Scripts\\pip.exe install poetry --pre
25
26
# Create current python virtualenv
27
- - "virtualenv --python=%PYTHON%\\python.exe venv"
28
- - cmd: call venv\Scripts\activate.bat
29
- - python --version
+ - python -m virtualenv venv
+ - venv\Scripts\activate.bat
+ - "python -c \"import sys; print(sys.executable)\""
30
31
# Install dependencies
32
- pip install codecov
0 commit comments