aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2016-01-16 23:49:24 +0100
committerJauhien Piatlicki <jauhien@gentoo.org>2016-01-16 23:49:24 +0100
commitdd4f5f2118ba536f6b23079c38870fcde5d00350 (patch)
tree1e75e13d64b78fc1cd5f26c47c8478aa744887bc
parent[README] add link to trello board (diff)
downloadg-sorcery-dd4f5f2118ba536f6b23079c38870fcde5d00350.tar.gz
g-sorcery-dd4f5f2118ba536f6b23079c38870fcde5d00350.tar.bz2
g-sorcery-dd4f5f2118ba536f6b23079c38870fcde5d00350.zip
[scripts] run tests for Python 3.5dev
-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}"