Skip to content

Commit 75f36da

Browse files
committed
Update appveyor config
1 parent 20e1c34 commit 75f36da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ install:
2424
- venv-poetry\\Scripts\\pip.exe install poetry --pre
2525

2626
# Create current python virtualenv
27-
- "virtualenv --python=%PYTHON%\\python.exe venv"
28-
- cmd: call venv\Scripts\activate.bat
29-
- python --version
27+
- python -m virtualenv venv
28+
- venv\Scripts\activate.bat
29+
- "python -c \"import sys; print(sys.executable)\""
3030

3131
# Install dependencies
3232
- pip install codecov

0 commit comments

Comments
 (0)