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.
1 parent 29cf652 commit c2764e7Copy full SHA for c2764e7
tox.ini
@@ -64,7 +64,7 @@ commands =
64
check-python-versions
65
deps =
66
check-manifest
67
- check-python-versions >= 0.20.0
+ check-python-versions >= 0.19.1
68
wheel
69
flake8
70
isort
@@ -85,7 +85,6 @@ commands_pre =
85
commands =
86
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
87
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
88
- coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
89
90
[testenv:coverage]
91
basepython = python3.8
0 commit comments