summaryrefslogtreecommitdiff
path: root/alltests.cmd
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-22 07:22:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-22 07:22:56 -0400
commitff9099051e0daff7b08035713eeca5696ab3217a (patch)
tree13a391e9010e9e0b99ff403ec2fd0252d460ab5a /alltests.cmd
parente3c0b4b2c7d2a92344d30a25467a1e863bbb7d31 (diff)
downloadpython-coveragepy-git-ff9099051e0daff7b08035713eeca5696ab3217a.tar.gz
The best way to get py3k support: same source runs on both, with some contortions.
Diffstat (limited to 'alltests.cmd')
-rw-r--r--alltests.cmd8
1 files changed, 8 insertions, 0 deletions
diff --git a/alltests.cmd b/alltests.cmd
index 9be4f4b3..c1d9e24b 100644
--- a/alltests.cmd
+++ b/alltests.cmd
@@ -29,3 +29,11 @@ nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
nosetests %1
+
+call \ned\bin\switchpy 31
+python setup.py -q install
+set COVERAGE_TEST_TRACER=c
+python \python31\Scripts\nosetests3 %1
+del \python31\lib\site-packages\coverage\tracer.pyd
+set COVERAGE_TEST_TRACER=py
+python \python31\Scripts\nosetests3 %1