summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-03-19 14:39:49 +0200
committerHugo <hugovk@users.noreply.github.com>2018-03-19 14:39:49 +0200
commit332623fb7b579061fc90430be1d5869fc744e918 (patch)
tree58ff49751793791b21f94359be0be735bf2af918
parent5caf7d23d0237528a4837de3bd0b143a4c09f37a (diff)
downloadpython-magic-332623fb7b579061fc90430be1d5869fc744e918.tar.gz
Remove Python 2.6
-rwxr-xr-xtest/run.sh2
1 files changed, 0 insertions, 2 deletions
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"