[issue39035] Travis CI fail on backports: pyvenv not installed

STINNER Victor report at bugs.python.org
Sat Dec 14 09:59:42 EST 2019


STINNER Victor <vstinner at python.org> added the comment:

INADA-san: do you want to close this issue since you pushed changes, or do you prefer to wait to see if it's issue is fixed before closing it? (wait a few days and look at Travis CI jobs)

3.5 uses:

language: c
dist: trusty
sudo: false
group: beta

3.6 uses:

language: c
dist: trusty
sudo: false
group: beta

These branches still get pull requests for security fixes. Maybe it's worth it to also update these branches? Maybe even upgrade them to Ubuntu Xenial?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39035>
_______________________________________


More information about the Python-bugs-list mailing list