Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Travis-ci: AMD64 build is failing #16
Comments
|
Where do you see this ? Python 3.3 is end of life anyway and this package will not get any update so I'm not sure why/what you want us to do. |
|
Hi @Carreau , so python:3.3 should be removed from .travis.yml. isn't it? language: python Thanks !! |
Build fail where ? The test for this repository works. Last CI run from 2018 is green, and last meaning full commit from 2017 also. And there is no pull requests.
Well that's like saying the titanic need to get cleaned before arriving in new york, sure you could make it float again but why ? This repository will likely never get any new commits, and if we update it we are likely to remove python 3.3, 3.4, 3.5, and 3.6. But there is no reasons to. So I'm not sure I understand:
|
Hi,
The travis-ci build is failing with below error:
"Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2
0.11s$ curl -sSf --retry 5 -o python-3.3.tar.bz2 ${archive_url}
curl: (22) The requested URL returned error: 404 Not Found
Unable to download 3.3 archive. The archive may not exist. Please consider a different version.
"
Seems that the python:3.3 support is not available for amd64 on travis.
Please look into this.
Thanks !!