aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/all_pythons.sh')
-rwxr-xr-xscripts/all_pythons.sh2
1 files changed, 1 insertions, 1 deletions
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}"