diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-10 20:23:43 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-10 20:23:43 -0500 |
| commit | 027a753f5d8a038413b29a77c2fc2180aadf290e (patch) | |
| tree | 175c74c218461a2751db766f2cac0a32f2c3edfc /alltests.cmd | |
| parent | b5b580fe8a34c530aad1c897b8ad4718f8f7db86 (diff) | |
| download | python-coveragepy-git-027a753f5d8a038413b29a77c2fc2180aadf290e.tar.gz | |
Test on Python 2.7 also.
Diffstat (limited to 'alltests.cmd')
| -rw-r--r-- | alltests.cmd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alltests.cmd b/alltests.cmd index 5aee1e42..645ff0e9 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -33,6 +33,14 @@ del coverage\tracer.pyd set COVERAGE_TEST_TRACER=py
nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
+call \ned\bin\switchpy 27
+python setup.py -q develop
+set COVERAGE_TEST_TRACER=c
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
+del coverage\tracer.pyd
+set COVERAGE_TEST_TRACER=py
+nosetests %1 %2 %3 %4 %5 %6 %7 %8 %9
+
call \ned\bin\switchpy 31
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
|
