summaryrefslogtreecommitdiff
path: root/alltests.cmd
blob: 9be4f4b35f1a649927eda80fc1c2978291df6d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
call \ned\bin\switchpy 23
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
nosetests %1

call \ned\bin\switchpy 24
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
nosetests %1

call \ned\bin\switchpy 25
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
nosetests %1

call \ned\bin\switchpy 26
python setup.py -q develop
set COVERAGE_TEST_TRACER=c
nosetests %1
del coverage\tracer.pyd
set COVERAGE_TEST_TRACER=py
nosetests %1