Skip to content

Commit 69981e2

Browse files
committed
Run tests on appveyor
1 parent 6e20111 commit 69981e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ test_script:
2727
- ps: C:\python\scripts\pip.exe install ("dist\" + (gci dist)[0].Name)
2828
- mkdir c:\testdir
2929
- ps: copy-item (gci -path build -re -include Python.Test.dll)[0].FullName c:\testdir
30-
# - c:\python\python.exe src\tests\runtests.py
30+
- c:\python\python.exe src\tests\runtests.py
31+
- c:\python\scripts\npython.exe src\tests\runtests.py

0 commit comments

Comments
 (0)