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 369849e commit fdd3478Copy full SHA for fdd3478
appveyor.yml
@@ -29,7 +29,7 @@ environment:
29
- "%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
0 commit comments