Mercurial > p > roundup > code
diff .travis.yml @ 7620:d849802989a2
chore(deps): brotli 1.1.0 breaks under python 2
temporarily fix by pinning to brotli 1.0.9.
https://github.com/google/brotli/issues/1074
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:29:09 -0400 |
| parents | fa4a5926339a |
| children | 470e29fb36db |
line wrap: on
line diff
--- a/.travis.yml Mon Sep 11 00:02:24 2023 -0400 +++ b/.travis.yml Mon Sep 11 00:29:09 2023 -0400 @@ -138,7 +138,7 @@ - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi - pip install 'markdown2<=2.4.8' - - pip install brotli + - pip install brotli==1.0.9 # zstd fails to build under python nightly aborting test. # allow testing to still happen if the optional package doesn't install. - pip install zstd || true
