diff options
| author | Lennart Regebro <regebro@gmail.com> | 2012-08-22 12:34:48 +0200 |
|---|---|---|
| committer | Lennart Regebro <regebro@gmail.com> | 2012-08-22 12:34:48 +0200 |
| commit | 03ae7b2149f0eb85a27f893b98f6d35d535456ac (patch) | |
| tree | 56e32402be0962226c78d603719c16e3af00eba1 /test.sh | |
| parent | 9dc9fea4a5661e119f30f4cdec3ef99e46b5f919 (diff) | |
| download | python-setuptools-git-03ae7b2149f0eb85a27f893b98f6d35d535456ac.tar.gz | |
Tests run under Python 3.3 now.
--HG--
branch : distribute
extra : rebase_source : 93e360785483082ab272dbf693d3e6ac3772b6ab
Diffstat (limited to 'test.sh')
| -rw-r--r-- | test.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -55,3 +55,13 @@ else echo "Success" fi +rm -rf build +echo -n "Running tests for Python 3.3..." +python3.3 setup.py -q test > /dev/null 2> /dev/null +if [ $? -ne 0 ];then + echo "Failed" + exit $1 +else + echo "Success" +fi + |
