Skip to content

Commit 66a3d9f

Browse files
author
denfromufa
committed
Update appveyor.yml
1 parent d2a605a commit 66a3d9f

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
@@ -26,10 +26,10 @@ environment:
2626
- "%PYTHON%\\python.exe -m pip install six"
2727

2828
build_script:
29-
- %PYTHON%\\python.exe setup.py bdist_wheel
29+
- "%PYTHON%\\python.exe setup.py bdist_wheel"
3030

3131
test_script:
32-
- ps: %PYTHON%\\Scripts\pip.exe install --no-cache-dir --force-reinstall --ignore-installed ('dist\' + (gci dist)[0].Name)
32+
- ps: %PYTHON%\Scripts\pip.exe install --no-cache-dir --force-reinstall --ignore-installed ('dist\' + (gci dist)[0].Name)
3333
- mkdir c:\testdir
3434
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
35-
- %PYTHON%\\python.exe src\tests\runtests.py
35+
- %PYTHON%\python.exe src\tests\runtests.py

0 commit comments

Comments
 (0)