Reduce Travis environment setup time. (#6912)

* Remove unused r from travis.
* Don't update homebrew.
* Don't install indirect/unused dependencies like libgit2, wget, openssl.
* Move graphviz installation to conda.
This commit is contained in:
Jiaming Yuan
2021-04-30 09:02:40 +08:00
committed by GitHub
parent b31d37eac5
commit 34df1f588b
4 changed files with 7 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ dependencies:
- matplotlib
- dask
- distributed
- graphviz
- python-graphviz
- hypothesis
- astroid