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 02fb22e commit 9046f88Copy full SHA for 9046f88
appveyor.yml
@@ -21,14 +21,15 @@ install:
21
# Create poetry virtualenv
22
- pip install virtualenv
23
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24
+ - venv-poetry\\Scripts\\pip.exe install poetry --pre
25
26
# Create current python virtualenv
27
- "virtualenv --python=%PYTHON%\\python.exe venv"
28
- venv\\Scripts\\activate.bat
29
+ - python --version
30
31
# Install dependencies
32
- pip install codecov
- - venv-poetry\\Scripts\\pip.exe install poetry --pre
33
- venv-poetry\\Scripts\\poetry.exe install -v
34
35
test_script:
0 commit comments