mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Merge pull request #1268 from niedong/ci-fix
Change Ubuntu version to bionic in .travis.yml
This commit is contained in:
commit
0dc8e4389d
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
language: python
|
||||
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
|
||||
dist: bionic
|
||||
python: "3.7"
|
||||
cache: pip
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ progressbar
|
|||
scipy
|
||||
tqdm
|
||||
opencv-python
|
||||
pycairo==1.19.1
|
||||
pycairo
|
||||
pydub
|
||||
pygments
|
||||
pyreadline; sys_platform == 'win32'
|
||||
|
|
Loading…
Add table
Reference in a new issue