We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf0fe1a + 19cd4d0 commit 9c700d1Copy full SHA for 9c700d1
tox.ini
@@ -73,7 +73,8 @@ commands = pre-commit run --all-files --show-diff-on-failure
73
74
[testenv:docs]
75
basepython = python3
76
-usedevelop = True
+# broken due to pip 19.1 (#5167)
77
+# usedevelop = True
78
changedir = doc/en
79
deps = -r{toxinidir}/doc/en/requirements.txt
80
@@ -127,7 +128,8 @@ commands =
127
128
[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