summaryrefslogtreecommitdiff
path: root/test/run.sh
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-01-11 23:31:03 -0800
committerAdam Hupp <adam@hupp.org>2020-01-11 23:46:38 -0800
commit0cc14ee1dcd7e53efc74cb2e00df89e630b3d0c5 (patch)
treebbbab0bcd3140f635e59277ec6dd6a1e37473ad3 /test/run.sh
parent18c909c4c98463d8292a7d1733aec007f178f1e5 (diff)
downloadpython-magic-0cc14ee1dcd7e53efc74cb2e00df89e630b3d0c5.tar.gz
Add dockerfiles for running tests on various Ubuntu LTS versions
Diffstat (limited to 'test/run.sh')
-rwxr-xr-xtest/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run.sh b/test/run.sh
index 106a1e4..04c77b9 100755
--- a/test/run.sh
+++ b/test/run.sh
@@ -6,7 +6,7 @@ export LC_ALL=en_US.UTF-8
THISDIR=`dirname $0`
export PYTHONPATH=${THISDIR}/..
-PYTHONS="python2.7 python3.5 python3.7"
+PYTHONS="python2.7 python3.5 python3.6 python3.7"
for pyver in $PYTHONS; do
if which $pyver > /dev/null; then