Update python version on travis.
https://docs.travis-ci.com/user/reference/bionic/#python-support
This commit is contained in:
parent
d6586ec2e6
commit
8ec22ddda0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue