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
commit1ee6e0a8c68303588c4fa7a64d0747d3ebbea588 (patch)
treef82a89fa179fdc67a6d24746b37bc7f26232db73
parent5e8c016d9615d12ce1e57675ba2cebb44c21bf03 (diff)
downloadpython-coveragepy-git-1ee6e0a8c68303588c4fa7a64d0747d3ebbea588.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 72858189..8a99ab96 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