From a8ebfbc791ea8458d7a2dd2d956db203ce0daaf0 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Fri, 20 May 2016 16:18:11 +0300 Subject: [PATCH] Remove old pythons from test --- test/test1.sh | 2 +- test/test2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test1.sh b/test/test1.sh index e9f5bbd..d48db39 100755 --- a/test/test1.sh +++ b/test/test1.sh @@ -6,7 +6,7 @@ export PYTHONPATH JAVA_OPTIONS="-Dpython.path=`pwd`/.." export JAVA_OPTIONS -plist="python2.4 python2.5 python2.6 python2.7 python3.1 python3.2 python3.3 python3.4 pypy jython jython2.7" +plist="python2.6 python2.7 python3.2 python3.3 python3.4 python3.5 python3.6 pypy jython jython2.7" rm -f test.diffs diff --git a/test/test2.sh b/test/test2.sh index b8bfb77..7687769 100755 --- a/test/test2.sh +++ b/test/test2.sh @@ -4,7 +4,7 @@ cp ../rarfile.py . #ulimit -n 16 -plist="python2.4 python2.5 python2.6 python2.7 python3.1 python3.2 python3.3 python3.4 pypy jython jython2.7" +plist="python2.6 python2.7 python3.2 python3.3 python3.4 python3.5 python3.6 pypy jython jython2.7" for py in $plist; do if which $py > /dev/null; then -- 2.11.4.GIT