We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d259c4 + 2795689 commit d76735fCopy full SHA for d76735f
tox.ini
@@ -73,8 +73,7 @@ commands = pre-commit run --all-files --show-diff-on-failure
73
74
[testenv:docs]
75
basepython = python3
76
-# broken due to pip 19.1 (#5167)
77
-# usedevelop = True
+usedevelop = True
78
changedir = doc/en
79
deps = -r{toxinidir}/doc/en/requirements.txt
80
@@ -128,8 +127,7 @@ commands =
128
127
[testenv:release]
129
decription = do a release, required posarg of the version number
130
basepython = python3.6
131
132
133
passenv = *
134
deps =
135
colorama
0 commit comments