Fix Python 2.6 error caused by Markdown updates
Markdown does not support Python 2.6 since version 2.5.0. Thus, use Markdown<2.5.0 in Travis tests for Python 2.6.
Showing
| ... | ... | @@ -9,5 +9,10 @@ sorl-thumbnail>=11.12.1b |
| # Migrations in Django | ||
| South>=0.8.4 | ||
| # Wiki language processor | ||
| # For Python 2.6, use Markdown<2.5.0, see | ||
| # https://github.com/waylan/Python-Markdown/issues/349 | ||
| Markdown>2.2.0 | ||
| # Use requirements that are common with Travis tests | ||
| -r .travis/requirements.txt |
Please
register
or
sign in
to comment