We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c2fc9 commit cf48923Copy full SHA for cf48923
.travis.yml
@@ -105,7 +105,7 @@ install:
105
- pip install gpg pytz whoosh pyjwt requests
106
- pip install pytest-cov codecov
107
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
108
- - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
109
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
110
- pip install markdown2
111
- pip install brotli zstd
0 commit comments