Skip to content

Commit a68bb72

Browse files
committed
release 3.3.5 of Markdown broken. Pin to 3.3.4 to get test to pass.
Python-Markdown/markdown#1196
1 parent 33e24c5 commit a68bb72

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
@@ -101,7 +101,7 @@ install:
101101
- pip install pytest-cov codecov
102102
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
103103
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune; fi
104-
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
104+
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown==3.3.4; fi
105105
- pip install markdown2
106106
- pip install brotli zstd
107107

0 commit comments

Comments
 (0)