From e4608381683de487c3c5844875e9adb692bb8725 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 22 Aug 2019 09:42:56 +0200 Subject: [PATCH] build: first support Python 3.6 and later Py37 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 483814357c43b7..77f753f5188077 100644 --- a/.travis.yml +++ b/.travis.yml @@ -94,11 +94,11 @@ jobs: install: - pyenv global 3.6.7 # - pyenv global 3.7.1 - - python3.7 -m pip install --upgrade pip + - python3.6 -m pip install --upgrade pip - make lint-py-build script: - NODE=$(which node) make lint lint-py - - python3.7 ./configure.py + - python3.6 ./configure.py - NODE=$(which node) make test allow_failures: