diff options
-rw-r--r-- | alltests.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alltests.cmd b/alltests.cmd index 8a99ab96..72858189 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -1,7 +1,7 @@ @echo off
make --quiet testdata
-for %%v in (23 24 25 26) do (
+for %%v in (23 24 25 26 27) do (
call \ned\bin\switchpy %%v
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
|