[Python-checkins] distutils2: removed 2.4 and 2.5

tarek.ziade python-checkins at python.org
Mon Mar 12 22:46:02 CET 2012


http://hg.python.org/distutils2/rev/485ff56573bf
changeset:   1294:485ff56573bf
user:        Tarek Ziade <tarek at ziade.org>
date:        Mon Mar 12 14:19:36 2012 -0700
summary:
  removed 2.4 and 2.5

files:
  tests.sh |  21 ---------------------
  1 files changed, 0 insertions(+), 21 deletions(-)


diff --git a/tests.sh b/tests.sh
--- a/tests.sh
+++ b/tests.sh
@@ -1,25 +1,4 @@
 #!/bin/sh
-echo -n "Running tests with Python 2.4... "
-python2.4 setup.py build_ext -f -q 2> /dev/null > /dev/null
-python2.4 -Wd runtests.py -q
-if [ $? -ne 0 ];then
-    echo Failed, re-running
-    python2.4 -Wd runtests.py
-    exit $?
-else
-    echo Success
-fi
-
-echo -n "Running tests with Python 2.5... "
-python2.5 -Wd runtests.py -q
-if [ $? -ne 0 ];then
-    echo Failed, re-running
-    python2.5 -Wd runtests.py
-    exit $?
-else
-    echo Success
-fi
-
 echo -n "Running tests with Python 2.6... "
 python2.6 -Wd runtests.py -q
 if [ $? -ne 0 ];then

-- 
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list