summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-04-17 00:23:16 +0200
committerJauhien Piatlicki <jauhien@gentoo.org>2015-04-17 00:23:16 +0200
commite6fcf51f824bd476bec6106b7ad478e73be34cc5 (patch)
treebfdf96d8764004cb25c55d8d869c1c71c18703ba /scripts
parent[pylint] add pylint.rc file (diff)
downloadg-sorcery-e6fcf51f824bd476bec6106b7ad478e73be34cc5.tar.gz
g-sorcery-e6fcf51f824bd476bec6106b7ad478e73be34cc5.tar.bz2
g-sorcery-e6fcf51f824bd476bec6106b7ad478e73be34cc5.zip
change DB structure
move to new DB layout with versioning support bson format for category files
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 9160dd0..af4c1f1 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
+for VER in 2.7 3.3 3.4
do
echo
echo "testing python${VER}"