diff options
-rw-r--r-- | test.sh | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,7 @@ -python2.3 setup.py test -python2.4 setup.py test -python2.5 setup.py test -python2.6 setup.py test -python3.1 setup.py test +python2.3 setup.py -q test +python2.4 setup.py -q test +python2.5 setup.py -q test +python2.6 setup.py -q test +rm -rf build +python3.1 setup.py -q test |