diff --git a/test.bat b/test.bat old mode 100755 new mode 100644 index 3b2f227..b9d3ef4 --- a/test.bat +++ b/test.bat @@ -14,5 +14,5 @@ :: along with this program. If not, see . @echo off set PYDIR=C:\Python27 -%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/ +%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/ @pause