summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-19 12:09:56 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-19 12:09:56 +0200
commita33917aed3c98e2537386bd904658f0b4f963d1c (patch)
tree627de7b5a1d4234a808b453a78dc8399e1d70381 /test.sh
parent24773fa31a13fc0058aed577d566cb528a769061 (diff)
downloadpython-setuptools-git-a33917aed3c98e2537386bd904658f0b4f963d1c.tar.gz
malformed urls in 2.7 are catched now - fixes #160
--HG-- branch : distribute extra : rebase_source : de334e49e876c8ea88f738e03995a461ea669879
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index cc637f68..61599adb 100644
--- a/test.sh
+++ b/test.sh
@@ -2,6 +2,8 @@ python2.3 setup.py -q test
python2.4 setup.py -q test
python2.5 setup.py -q test
python2.6 setup.py -q test
+python2.7 setup.py -q test
+
rm -rf build
python3.1 setup.py -q test