From 3cd5038930832fce95fb41d20150e173eb9894b5 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Thu, 6 May 2010 17:49:43 +0200 Subject: making sure all supported Python version are called when running tests refs #149 --HG-- branch : distribute extra : rebase_source : eda59671622f85a9c2596572a959ea6b8fe75ed1 --- test.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test.sh (limited to 'test.sh') 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 + -- cgit v1.2.1