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 02bcc5d commit 02fb22eCopy full SHA for 02fb22e
appveyor.yml
@@ -22,6 +22,10 @@ install:
22
- pip install virtualenv
23
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24
25
+ # Create current python virtualenv
26
+ - "virtualenv --python=%PYTHON%\\python.exe venv"
27
+ - venv\\Scripts\\activate.bat
28
+
29
# Install dependencies
30
- pip install codecov
31
- venv-poetry\\Scripts\\pip.exe install poetry --pre
0 commit comments