Skip to content

Commit 3318679

Browse files
committed
limit markdown2 to a working version 2.4.9 broke [text](page) relative links. Also reduce tested versions on travisci.
1 parent bbfc52a commit 3318679

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ python:
2525
- 3.10.4
2626
# - 3.9
2727
# - 3.8
28-
- 3.6
29-
- 3.11-dev
30-
- nightly
28+
# - 3.6
29+
# - 3.11-dev
30+
# - nightly
3131
# - pypy3
3232

3333
services:
@@ -135,7 +135,7 @@ install:
135135
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
136136
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
137137
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
138-
- pip install markdown2
138+
- pip install 'markdown2<=2.4.8'
139139
- pip install brotli
140140
# zstd fails to build under python nightly aborting test.
141141
# allow testing to still happen if the optional package doesn't install.

0 commit comments

Comments
 (0)