Bug 1292720 - Update Python from 2.7.12 to 2.7.13

For Heroku this also means we'll switch to a Python that was built using
the preferred UCS-4 unicode mode.
This commit is contained in:
Ed Morley 2016-12-26 02:06:08 +00:00
Родитель 58a06d3da7
Коммит 3990b40450
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -15,7 +15,7 @@ matrix:
- env: python-linters
sudo: false
language: python
python: "2.7.12"
python: "2.7.13"
cache:
directories:
- ~/venv
@ -60,7 +60,7 @@ matrix:
# TODO: Investigate switching back to the container infra, by setting `sudo: false`.
sudo: required
language: python
python: "2.7.12"
python: "2.7.13"
cache:
directories:
- ~/venv
@ -99,7 +99,7 @@ matrix:
# TODO: Investigate switching back to the container infra, by setting `sudo: false`.
sudo: required
language: python
python: "2.7.12"
python: "2.7.13"
cache:
directories:
- ~/venv
@ -128,7 +128,7 @@ matrix:
# TODO: Investigate switching back to the container infra, by setting `sudo: false`.
sudo: required
language: python
python: "2.7.12"
python: "2.7.13"
cache:
directories:
- ~/venv

Просмотреть файл

@ -1 +1 @@
python-2.7.12
python-2.7.13