aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorTarek Ziade <tarek@ziade.org>2010-05-06 17:49:43 +0200
committerTarek Ziade <tarek@ziade.org>2010-05-06 17:49:43 +0200
commit3cd5038930832fce95fb41d20150e173eb9894b5 (patch)
treea0535e089341e1d093731d24282a39615190224a /test.sh
parent43329058964f3021d997b8e2b35d3fec913e7692 (diff)
downloadexternal_python_setuptools-3cd5038930832fce95fb41d20150e173eb9894b5.tar.gz
external_python_setuptools-3cd5038930832fce95fb41d20150e173eb9894b5.tar.bz2
external_python_setuptools-3cd5038930832fce95fb41d20150e173eb9894b5.zip
making sure all supported Python version are called when running tests refs #149
--HG-- branch : distribute extra : rebase_source : eda59671622f85a9c2596572a959ea6b8fe75ed1
Diffstat (limited to 'test.sh')
-rw-r--r--test.sh6
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
+