aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-09-16 02:19:17 +0200
committerJauhien Piatlicki (jauhien) <piatlicki@gmail.com>2013-09-16 02:19:17 +0200
commit4210ddc888ca6146467897a7023a3648457b13ab (patch)
tree0ae672c99075cf77d4184fdd4ab449890d3421ee /scripts
parenttests/server: make server work with python2 (diff)
downloadg-sorcery-4210ddc888ca6146467897a7023a3648457b13ab.tar.gz
g-sorcery-4210ddc888ca6146467897a7023a3648457b13ab.tar.bz2
g-sorcery-4210ddc888ca6146467897a7023a3648457b13ab.zip
tests/test_PackageDB: initial commit
Diffstat (limited to 'scripts')
-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 a31dbea..9160dd0 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.2 3.3 #2.6 to be added later
+for VER in 2.7 3.2 3.3
do
echo
echo "testing python${VER}"