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 6a0a72f commit 02bcc5dCopy full SHA for 02bcc5d
appveyor.yml
@@ -20,7 +20,7 @@ install:
20
21
# Create poetry virtualenv
22
- pip install virtualenv
23
- - virtualenv --python="C:/Python36-x64\\Scripts\\python.exe" "venv-poetry"
+ - virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24
25
# Install dependencies
26
- pip install codecov
0 commit comments