diff options
author | Anthony Towns <aj@erisian.com.au> | 2020-07-13 14:25:47 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2020-11-09 17:53:47 +1000 |
commit | 8ae9d314e9af7bcce1e8bc52f0317b9d565109bf (patch) | |
tree | b8c1b61825f1cdfb31b523e02c8b08dc4b8489f3 /.travis.yml | |
parent | 7e373294a5ae819099c39d9d03d1f5a311d63cfc (diff) |
Bump minimum python version to 3.6
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 55b34ae422..8e98fd6cb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ jobs: env: cache: pip language: python - python: '3.5' # Oldest supported version according to doc/dependencies.md + python: '3.6' # Oldest supported version according to doc/dependencies.md install: - set -o errexit; source ./ci/lint/04_install.sh before_script: @@ -83,7 +83,7 @@ jobs: FILE_ENV="./ci/test/00_setup_env_i686_centos.sh" - stage: test - name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]' + name: 'x86_64 Linux [GOAL: install] [bionic] [no wallet]' env: >- FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh" |