diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-05-06 17:49:43 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-05-06 17:49:43 +0200 |
| commit | d1ebb7ff08df107ae81e6a6c8a85db9e5d7aebd2 (patch) | |
| tree | aef694047f3c4baf98d69a62c7b05ab8cb271cac /test.sh | |
| parent | b7d299f51b876271debf757f6511af6a08cef244 (diff) | |
| download | python-setuptools-bitbucket-d1ebb7ff08df107ae81e6a6c8a85db9e5d7aebd2.tar.gz | |
making sure all supported Python version are called when running tests refs #149
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 + |
