diff options
-rw-r--r-- | alltests.cmd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/alltests.cmd b/alltests.cmd index d0f5d09f..c16c4bc5 100644 --- a/alltests.cmd +++ b/alltests.cmd @@ -1,12 +1,20 @@ call \ned\bin\switchpy 23
python setup.py develop
nosetests
+del coverage\tracer.pyd
+nosetests
call \ned\bin\switchpy 24
python setup.py develop
nosetests
+del coverage\tracer.pyd
+nosetests
call \ned\bin\switchpy 25
python setup.py develop
nosetests
+del coverage\tracer.pyd
+nosetests
call \ned\bin\switchpy 26
python setup.py develop
nosetests
+del coverage\tracer.pyd
+nosetests
|