diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-05-19 12:09:56 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-05-19 12:09:56 +0200 |
| commit | a33917aed3c98e2537386bd904658f0b4f963d1c (patch) | |
| tree | 627de7b5a1d4234a808b453a78dc8399e1d70381 /test.sh | |
| parent | 24773fa31a13fc0058aed577d566cb528a769061 (diff) | |
| download | python-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.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
