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 6e20111 commit 69981e2Copy full SHA for 69981e2
appveyor.yml
@@ -27,4 +27,5 @@ test_script:
27
- ps: C:\python\scripts\pip.exe install ("dist\" + (gci dist)[0].Name)
28
- mkdir c:\testdir
29
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
30
-# - c:\python\python.exe src\tests\runtests.py
+ - c:\python\python.exe src\tests\runtests.py
31
+ - c:\python\scripts\npython.exe src\tests\runtests.py
0 commit comments