summaryrefslogtreecommitdiff
path: root/test/run.sh
diff options
context:
space:
mode:
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