blob: 7efc83d996551cb89e0fb32f3d823d642f84319c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tox.ini.orig 2021-04-22 10:44:05 UTC
+++ tox.ini
@@ -21,7 +21,7 @@ commands =
{envpython} -c "import struct; print(struct.calcsize('P') * 8)"
deps =
setuptools < 44
- Markdown >= 2.0.1, < 3.2
+ Markdown >= 2.0.1
pygments
passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
setenv =
|