We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e75747 commit 81839aeCopy full SHA for 81839ae
run_tests.sh
@@ -60,9 +60,9 @@ PYNAME=python$PYVER;
60
if [ -z "$FN" ]; then
61
declare -A URLS;
62
URLS["cpy26"]="2.6.9/Python-2.6.9.tgz";
63
- URLS["cpy27"]="2.7.6/Python-2.7.7.tgz";
64
- URLS["cpy33"]="3.3.3/Python-3.3.5.tgz";
65
- URLS["cpy34"]="3.4.1/Python-3.4.1.tgz";
+ URLS["cpy27"]="2.7.6/Python-2.7.7.tar.xz";
+ URLS["cpy33"]="3.3.3/Python-3.3.5.tar.xz";
+ URLS["cpy34"]="3.4.1/Python-3.4.1.tar.xz";
66
URLS["jyt25"]="2.5.3/jython-installer-2.5.3.jar";
67
URLS["jyt27"]="2.7-b2/jython-installer-2.7-b2.jar";
68
URLS["ipy27"]="ipy-2.7.4.zip";
0 commit comments