File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ init:
1616
1717install :
1818 - ' appveyor DownloadFile "https://github.com/universal-ctags/ctags-win32/releases/download/2018-03-13/5010e849/ctags-2018-03-13_5010e849-x64.zip" -FileName ctags.zip'
19- - " 7z e ctags.zip -o C:\\ Users\\ appveyor\\ bin ctags.exe"
20- - " set PATH=%PATH%;C:\\ Users\\ appveyor\\ bin"
21- - " %PYTHON%/python.exe -m pip install --upgrade pip setuptools"
22- - " %PYTHON%/python.exe -m pip install .[all] .[test]"
19+ - ' 7z e ctags.zip -o " C:\Users\appveyor\bin" ctags.exe'
20+ - ' set PATH=%PATH%;C:\Users\appveyor\bin'
21+ - ' %PYTHON%/python.exe -m pip install --upgrade pip setuptools'
22+ - ' %PYTHON%/python.exe -m pip install .[all] .[test]'
2323
2424test_script :
2525 - " %PYTHON%/Scripts/pytest.exe test/"
You can’t perform that action at this time.
0 commit comments