Skip to content

Commit e5bd591

Browse files
committed
chore(deps): brotli 1.1.0 breaks under python 2
temporarily fix by pinning to brotli 1.0.9. google/brotli#1074
1 parent b835e88 commit e5bd591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ install:
138138
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
139139
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
140140
- pip install 'markdown2<=2.4.8'
141-
- pip install brotli
141+
- pip install brotli==1.0.9
142142
# zstd fails to build under python nightly aborting test.
143143
# allow testing to still happen if the optional package doesn't install.
144144
- pip install zstd || true

0 commit comments

Comments
 (0)