New submission from C.A.M. Gerlach <cam.gerl...@gerlach.cam>:

Not sure how to categorize this one, or if this should even be a bpo.

Currently, the .travis.yml config file still has a sudo: false key, which 
previously triggered the Container-based environment on Travis. However, that 
was removed in December 2018, and so the key is now obsolete. Furthermore, the 
builds are still running in the Trusty environment, which will be at the end of 
its 5-year development lifecycle in April 2019 (next month). Therefore, sudo: 
false should be removed, and the distribution should be upgraded to the modern 
dist: xenial.

If non-trivial errors result, the change will likely be well beyond my minimal 
expertise as a brand-new contributor, but I figured I'd nevertheless make the 
attempt in a PR if not, which others can take over/supersede if necessary.

----------
messages: 338022
nosy: CAM-Gerlach
priority: normal
severity: normal
status: open
title: Upgrade Travis CI config to Xenial from near-EoL Trusty and remove 
obsolete sudo: false key

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to