commit:     dd4f5f2118ba536f6b23079c38870fcde5d00350
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 22:49:24 2016 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 22:49:24 2016 +0000
URL:        https://gitweb.gentoo.org/proj/g-sorcery.git/commit/?id=dd4f5f21

[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}"

Reply via email to