Skip to content

Commit

Permalink
Merge pull request #339 from alex/patch-3
Browse files Browse the repository at this point in the history
Upgrade Python 2.7 to be 2.7.8
  • Loading branch information
BanzaiMan committed Jul 2, 2014
2 parents 6748f5f + 35edf27 commit 1cf55fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci_environment/python/attributes/default.rb
Original file line number Diff line number Diff line change
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

0 comments on commit 1cf55fb

Please sign in to comment.