File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
3333services :
@@ -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.
You can’t perform that action at this time.
0 commit comments