blob: 3a29202ff0cca46775398cd9c73a9ad4e74f2395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
call \ned\bin\switchpy 23
python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
call \ned\bin\switchpy 24
python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
call \ned\bin\switchpy 25
python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
call \ned\bin\switchpy 26
python setup.py -q develop
nosetests
del coverage\tracer.pyd
nosetests
|