diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2010-05-15 07:33:37 -1000 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2010-05-15 07:33:37 -1000 |
commit | 1fc291ffa0bdddb8869224a760f3af7ef5a45cf5 (patch) | |
tree | ca6c6b1e70f74b169bd6167d5c2aa81fbddb693d /test.sh | |
parent | 4353f3f6eaabc04859bcbd592c58df985bd2ad3b (diff) | |
parent | de6e3bcc3c77bff17a6609b31bc1b6a9212bbd88 (diff) | |
download | external_python_setuptools-1fc291ffa0bdddb8869224a760f3af7ef5a45cf5.tar.gz external_python_setuptools-1fc291ffa0bdddb8869224a760f3af7ef5a45cf5.tar.bz2 external_python_setuptools-1fc291ffa0bdddb8869224a760f3af7ef5a45cf5.zip |
Merged Fix for #151
--HG--
branch : distribute
extra : rebase_source : 7f7f9c64a26c6110096387b9862e06455c49f2ec
Diffstat (limited to 'test.sh')
-rw-r--r-- | test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test.sh b/test.sh new file mode 100644 index 00000000..ac309dec --- /dev/null +++ b/test.sh @@ -0,0 +1,6 @@ +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 + |