Skip to content

Commit 1a89163

Browse files
committed
Markdown 3.3.6 available does is fix the failure with 3.3.5?
New release of Markdown is available. See if it works with roundup.
1 parent e58cd97 commit 1a89163

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

0 commit comments

Comments
 (0)