Hi, we have a python 2.7.12 build that has started failing with the following error:
2.7.12 is not installed; attempting download
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-2.7.12.tar.bz2
NaNs$ curl -sSf -o python-2.7.12.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404 Not Found
This is the only language-specific settings in our .travis.yml:
language: python
python:
- 2.7.12