Run windows test on Python 2.6 with -3 option

This commit is contained in:
Bastian Kleineidam 2009-02-23 23:59:15 +01:00
parent fb33210605
commit bae348e366

View file

@ -1,3 +1,3 @@
@echo off
c:\python26\python.exe c:\python26\scripts\nosetests -m "^test_.*" tests/
c:\python26\python.exe -3 c:\python26\scripts\nosetests -m "^test_.*" tests/
@pause