From 332623fb7b579061fc90430be1d5869fc744e918 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 19 Mar 2018 14:39:49 +0200 Subject: Remove Python 2.6 --- test/run.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/run.sh b/test/run.sh index 2764e15..8c687cb 100755 --- a/test/run.sh +++ b/test/run.sh @@ -6,8 +6,6 @@ export LC_ALL=en_US.UTF-8 THISDIR=`dirname $0` export PYTHONPATH=${THISDIR}/.. -echo "python2.6" -python2.6 ${THISDIR}/test.py echo "python2.7" python2.7 ${THISDIR}/test.py echo "python3.0" -- cgit v1.2.1