aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 1 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 656eed9871..dd76aaacaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,20 +57,10 @@ 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:
- set -o errexit; source ./ci/lint/05_before_script.sh
script:
- set -o errexit; source ./ci/lint/06_script.sh
-
- - stage: test
- name: '32-bit + dash [GOAL: install] [CentOS 7] [gui]'
- env: >-
- FILE_ENV="./ci/test/00_setup_env_i686_centos.sh"
-
- - stage: test
- name: 'x86_64 Linux [GOAL: install] [xenial] [no wallet]'
- env: >-
- FILE_ENV="./ci/test/00_setup_env_native_nowallet.sh"