We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a605a commit 66a3d9fCopy full SHA for 66a3d9f
appveyor.yml
@@ -26,10 +26,10 @@ environment:
26
- "%PYTHON%\\python.exe -m pip install six"
27
28
build_script:
29
- - %PYTHON%\\python.exe setup.py bdist_wheel
+ - "%PYTHON%\\python.exe setup.py bdist_wheel"
30
31
test_script:
32
- - ps: %PYTHON%\\Scripts\pip.exe install --no-cache-dir --force-reinstall --ignore-installed ('dist\' + (gci dist)[0].Name)
+ - ps: %PYTHON%\Scripts\pip.exe install --no-cache-dir --force-reinstall --ignore-installed ('dist\' + (gci dist)[0].Name)
33
- mkdir c:\testdir
34
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
35
- - %PYTHON%\\python.exe src\tests\runtests.py
+ - %PYTHON%\python.exe src\tests\runtests.py
0 commit comments