Skip to content

Commit c2764e7

Browse files
committed
revert changes on tox.ini
1 parent 29cf652 commit c2764e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ commands =
6464
check-python-versions
6565
deps =
6666
check-manifest
67-
check-python-versions >= 0.20.0
67+
check-python-versions >= 0.19.1
6868
wheel
6969
flake8
7070
isort
@@ -85,7 +85,6 @@ commands_pre =
8585
commands =
8686
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
8787
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
8988

9089
[testenv:coverage]
9190
basepython = python3.8

0 commit comments

Comments
 (0)