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