Merge pull request #1268 from niedong/ci-fix

Change Ubuntu version to bionic in .travis.yml
This commit is contained in:
鹤翔万里 2020-11-14 10:53:25 +08:00 committed by GitHub
commit 0dc8e4389d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
language: python language: python
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069) dist: bionic
python: "3.7" python: "3.7"
cache: pip cache: pip

View file

@ -6,7 +6,7 @@ progressbar
scipy scipy
tqdm tqdm
opencv-python opencv-python
pycairo==1.19.1 pycairo
pydub pydub
pygments pygments
pyreadline; sys_platform == 'win32' pyreadline; sys_platform == 'win32'