Skip to content

Commit 0c56a3d

Browse files
committed
Fix tox
1 parent 2cefe46 commit 0c56a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires =
66
virtualenv >= 20
77

88
[testenv]
9-
extra = tests
9+
extras = tests
1010
commands=
1111
python --version
1212
pip --version
@@ -18,6 +18,6 @@ usedevelop = True
1818
whitelist_externals = sphinx-build
1919
passenv = HOME
2020
deps =
21-
extra = docs
21+
extras = docs
2222
commands =
2323
sphinx-build docs docs/_build/html

0 commit comments

Comments
 (0)