From 8ec22ddda0ff747a1b17004397f8bfe905ceae6a Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 25 Feb 2020 20:29:10 +0800 Subject: [PATCH] Update python version on travis. https://docs.travis-ci.com/user/reference/bionic/#python-support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9664695..3dc54fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: ruby rvm: 2.6.5 before_install: - - pyenv global 3.7.5 + - pyenv global 3.7.6 install: - pip install -r _scripts/py/requirements.txt