Skip to content

Commit cf48923

Browse files
committed
mistune 2 has been released so pin mistune to older 0.8.4 until we adopt 2.0 and remove include directive.
1 parent 86c2fc9 commit cf48923

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
@@ -105,7 +105,7 @@ install:
105105
- pip install gpg pytz whoosh pyjwt requests
106106
- pip install pytest-cov codecov
107107
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
108-
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune; fi
108+
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
109109
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
110110
- pip install markdown2
111111
- pip install brotli zstd

0 commit comments

Comments
 (0)