@ -14,5 +14,5 @@
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
@echo off
set PYDIR=C:\Python27
%PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
%PYDIR%\python.exe %PYDIR%\scripts\nosetests -v -m "^test_.*" tests/
@pause