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 01a9d12 commit a4fca34Copy full SHA for a4fca34
appveyor.yml
@@ -21,14 +21,12 @@ install:
21
# Create poetry virtualenv
22
- pip install virtualenv
23
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24
- - "python -c \"import sys; print(sys.executable)\""
25
- venv-poetry\\Scripts\\pip.exe install poetry --pre
26
27
# Create current python virtualenv
28
- python -m virtualenv venv
29
- venv\Scripts\activate.bat
30
- - "SET VIRTUAL_ENV=venv"
31
+ - "SET VIRTUAL_ENV=venv" # Seems that activate.bat does not set VIRTUAL_ENV
32
33
# Install dependencies
34
- pip install codecov
0 commit comments