Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 6e20111 + 69981e2 commit d77ca71Copy full SHA for d77ca71
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