Skip to content

Commit fdd3478

Browse files
author
denfromufa
committed
Update appveyor.yml
1 parent 369849e commit fdd3478

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
@@ -29,7 +29,7 @@ environment:
2929
- "%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
3535
- %PYTHON%\python.exe src\tests\runtests.py

0 commit comments

Comments
 (0)