Skip to content

Commit 20e1c34

Browse files
committed
Update appveyor config
1 parent 9046f88 commit 20e1c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ install:
2525

2626
# Create current python virtualenv
2727
- "virtualenv --python=%PYTHON%\\python.exe venv"
28-
- venv\\Scripts\\activate.bat
28+
- cmd: call venv\Scripts\activate.bat
2929
- python --version
3030

3131
# Install dependencies

0 commit comments

Comments
 (0)