We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b835e88 commit e5bd591Copy full SHA for e5bd591
.travis.yml
@@ -138,7 +138,7 @@ install:
138
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
139
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
140
- pip install 'markdown2<=2.4.8'
141
- - pip install brotli
+ - pip install brotli==1.0.9
142
# zstd fails to build under python nightly aborting test.
143
# allow testing to still happen if the optional package doesn't install.
144
- pip install zstd || true
0 commit comments