Skip to content

Commit a4fca34

Browse files
committed
Cleanup appveyor config
1 parent 01a9d12 commit a4fca34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ install:
2121
# Create poetry virtualenv
2222
- pip install virtualenv
2323
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24-
- "python -c \"import sys; print(sys.executable)\""
2524
- venv-poetry\\Scripts\\pip.exe install poetry --pre
2625

2726
# Create current python virtualenv
2827
- python -m virtualenv venv
2928
- venv\Scripts\activate.bat
30-
- "SET VIRTUAL_ENV=venv"
31-
- "python -c \"import sys; print(sys.executable)\""
29+
- "SET VIRTUAL_ENV=venv" # Seems that activate.bat does not set VIRTUAL_ENV
3230

3331
# Install dependencies
3432
- pip install codecov

0 commit comments

Comments
 (0)