Skip to content

Commit 02fb22e

Browse files
committed
Update appveyor config
1 parent 02bcc5d commit 02fb22e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ install:
2222
- pip install virtualenv
2323
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
2424

25+
# Create current python virtualenv
26+
- "virtualenv --python=%PYTHON%\\python.exe venv"
27+
- venv\\Scripts\\activate.bat
28+
2529
# Install dependencies
2630
- pip install codecov
2731
- venv-poetry\\Scripts\\pip.exe install poetry --pre

0 commit comments

Comments
 (0)