Skip to content

Commit 7e6dd50

Browse files
committed
fix appveyor
1 parent 592cc4b commit 7e6dd50

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
@@ -14,7 +14,7 @@ init:
1414
install:
1515
- "chcp 65001"
1616
- "set PYTHONIOENCODING=utf-8"
17-
- "%PYTHON%/python.exe -m python --version"
17+
- "%PYTHON%/python.exe --version"
1818
# - "set ICU_VERSION=62"
1919
- "%PYTHON%/python.exe -m pip install --upgrade pip"
2020
- "%PYTHON%/python.exe -m pip install coveralls[yaml]"

0 commit comments

Comments
 (0)