summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-02-28 13:30:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-02-28 13:30:29 -0500
commita81d709f0d843406d1c60514108db333bb40bb25 (patch)
treecc43380d90a20d4fb9cc816c2a066cc26b039839
parent99216526df076c90e110074b4b5e8bfe681cf673 (diff)
downloadpython-coveragepy-a81d709f0d843406d1c60514108db333bb40bb25.tar.gz
Don't test 2.7 yet, 'setup.py develop' doesn't seem to work yet.
-rw-r--r--alltests.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/alltests.cmd b/alltests.cmd
index 7285818..8a99ab9 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -1,7 +1,7 @@
@echo off
make --quiet testdata
-for %%v in (23 24 25 26 27) do (
+for %%v in (23 24 25 26) do (
call \ned\bin\switchpy %%v
python setup.py -q develop
set COVERAGE_TEST_TRACER=c