This is not related to Python packaging per se, but I'll bite. I'm not seeing difficulties but then again I am using the Xenial images in all my projects. Could you try upgrading from Trusty to Xenial in your Travis configuration? Robin Becker kirjoitti 16.9.2019 klo 19.08:
Channelling the experts for advice on travis. After being absent for a couple of weeks my travis builds have started failing
The problem is seems to be related to this message in the failing builds
3.5 is not installed; attempting download
this is later followed by
Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/u... 0.48s$ curl -sSf -o python-3.5.tar.bz2 ${archive_url} 13.65s$ sudo tar xjf python-3.5.tar.bz2 --directory /
my base python in .travis.yml is
python: 3.5
and in the matrix I have this
matrix: exclude: # Exclude the default Python 3.5 build - python: 3.5 include: - os: linux env: - UNICODE_WIDTH=16 - MB_PYTHON_VERSION=2.7 - os: linux env: ........ ...............
I see no pattern in which are failing and which succeed