Skip to content

Commit

Permalink
Tests(tox): Limit Markdown < 3.2 for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 28, 2020
1 parent 2f108b9 commit 35571a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands =
{envpython} --version
{envpython} -c "import struct; print(struct.calcsize('P') * 8)"
deps =
Markdown >= 2.0.1
Markdown >= 2.0.1, < 3.2
pygments
passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
setenv =
Expand Down

0 comments on commit 35571a0

Please sign in to comment.