travis problem
Robin Becker <[email protected]> Mon, 16 Sep 2019 17:08:31 +0100
| Newsgroups | gmane.comp.python.distutils.devel |
|---|---|
| Message-ID | <[email protected]> |
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/ubuntu/14.04/x86_64/python-3.5.tar.bz2
> 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
--
Robin Becker
--
Distutils-SIG mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at https://mail.python.org/archives/list/[email protected]/message/TOGUUVMZQC5J7HAYQUR6YISNNTJ5K35M/