From dd4f5f2118ba536f6b23079c38870fcde5d00350 Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Sat, 16 Jan 2016 23:49:24 +0100 Subject: [scripts] run tests for Python 3.5 --- scripts/all_pythons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all_pythons.sh b/scripts/all_pythons.sh index af4c1f1..fe1d74f 100755 --- a/scripts/all_pythons.sh +++ b/scripts/all_pythons.sh @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -for VER in 2.7 3.3 3.4 +for VER in 2.7 3.3 3.4 3.5 do echo echo "testing python${VER}" -- cgit v1.2.3-65-gdbad