mirror of
https://github.com/python/cpython.git
synced 2026-04-22 03:41:08 +00:00
bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
(cherry picked from commit 74ae50e53e)
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
dd1cfefd67
commit
09e5877cb1
1 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
language: c
|
||||
dist: trusty
|
||||
sudo: false
|
||||
dist: xenial
|
||||
group: beta
|
||||
|
||||
# To cache doc-building dependencies and C compiler output.
|
||||
|
|
@ -21,6 +20,8 @@ env:
|
|||
# Set rpath with env var instead of -Wl,-rpath linker flag
|
||||
# OpenSSL ignores LDFLAGS when linking bin/openssl
|
||||
- LD_RUN_PATH="${OPENSSL_DIR}/lib"
|
||||
# python3.x in PATH may be pyenv shims, not real python.
|
||||
- PYTHON_FOR_REGEN=python3
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
@ -82,6 +83,7 @@ matrix:
|
|||
|
||||
before_install:
|
||||
- set -e
|
||||
- pyenv global 3.7.1 # If this fails, try pyenv versions
|
||||
- |
|
||||
# Check short-circuit conditions
|
||||
if [ "${TESTING}" != "docs" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue