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:
25
25
- 3.10.4
26
26
# - 3.9
27
27
# - 3.8
28
- - 3.6
29
- - 3.11-dev
30
- - nightly
28
+ # - 3.6
29
+ # - 3.11-dev
30
+ # - nightly
31
31
# - pypy3
32
32
33
33
services :
@@ -135,7 +135,7 @@ install:
135
135
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
136
136
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
137
137
- 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'
139
139
- pip install brotli
140
140
# zstd fails to build under python nightly aborting test.
141
141
# allow testing to still happen if the optional package doesn't install.
You can’t perform that action at this time.
0 commit comments