Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Python 2.7 to be 2.7.8 #339

Merged
merged 1 commit into from Jul 2, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions ci_environment/python/attributes/default.rb
Expand Up @@ -17,14 +17,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
default['python']['pyenv']['revision'] = "ade2bf2a0da0ea7774b4e7dda6572f84caf25916"
default['python']['pyenv']['revision'] = "22f4218522de9125ead3a1b3d0e2917100c8f927"

# Order matters for this list of Pythons. It will be used to construct the
# $PATH so items earlier in the list will take precedence over items later in
# the list. This order means that ``python`` will be 2.7.6, ``python2`` will be
# 2.7.6, and ``python3`` will be 3.4.1.
default['python']['pyenv']['pythons'] = [
"2.7.6",
"2.7.8",
"2.6.9",
"3.4.1",
"3.3.5",
Expand All @@ -36,7 +36,7 @@

default['python']['pyenv']['aliases'] = {
"2.6.9" => ["2.6"],
"2.7.6" => ["2.7"],
"2.7.8" => ["2.7"],
"3.2.5" => ["3.2"],
"3.3.5" => ["3.3"],
"3.4.1" => ["3.4"],
Expand Down