From 74ce32683199b987e45eb16f0320ae392ff10edc Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Thu, 6 Dec 2018 15:38:57 +0100 Subject: [test] Travis: enforce Python 3.4 support in functional tests Make lint/check-doc.py Python 3.4 compatible. Also add .python-version for pyenv which will cause tests with too modern syntax to fail on developer machine rather than on Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dec517f0a2..4f57c6f6ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ jobs: env: cache: false language: python - python: '3.6' + python: '3.4' # Oldest supported version according to doc/dependencies.md install: - set -o errexit; source .travis/lint_04_install.sh before_script: -- cgit v1.2.3