diff options
Diffstat (limited to 'alltests.cmd')
-rw-r--r-- | alltests.cmd | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/alltests.cmd b/alltests.cmd index 8fd64d6..425fe1c 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -4,7 +4,7 @@ call \ned\bin\switchpy c:\vpy\coverage\25 quiet
make --quiet testdata
-for %%v in (23 24 25 26 27) do (
+for %%v in (23 24 25 26 27 31 32) do (
call \ned\bin\switchpy c:\vpy\coverage\%%v
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
@@ -14,12 +14,4 @@ for %%v in (23 24 25 26 27) do ( nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
)
-call \ned\bin\switchpy c:\vpy\coverage\31
-python setup.py -q develop
-set COVERAGE_TEST_TRACER=c
-python c:\vpy\coverage\31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
-del coverage\tracer.pyd
-set COVERAGE_TEST_TRACER=py
-python c:\vpy\coverage\31\Scripts\nosetests3 %1 %2 %3 %4 %5 %6 %7 %8 %9
-
make --quiet clean
|