Skip to content

Commit 9046f88

Browse files
committed
Update appveyor config
1 parent 02fb22e commit 9046f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@ install:
2121
# Create poetry virtualenv
2222
- pip install virtualenv
2323
- virtualenv --python="C:/Python36-x64\\python.exe" "venv-poetry"
24+
- venv-poetry\\Scripts\\pip.exe install poetry --pre
2425

2526
# Create current python virtualenv
2627
- "virtualenv --python=%PYTHON%\\python.exe venv"
2728
- venv\\Scripts\\activate.bat
29+
- python --version
2830

2931
# Install dependencies
3032
- pip install codecov
31-
- venv-poetry\\Scripts\\pip.exe install poetry --pre
3233
- venv-poetry\\Scripts\\poetry.exe install -v
3334

3435
test_script:

0 commit comments

Comments
 (0)