Commit 24773fa3 authored by Tarek Ziade's avatar Tarek Ziade

added the -q flag and make sure the build folder is removed when python 3 tests are run

--HG--
branch : distribute
extra : rebase_source : 5ebb6fedf532a2a517cbcf522cc9ec3a9066ea0a
parent 74a3de05
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment