Skip to content

Commit 2d3e67e

Browse files
authored
Install test dependencies for CI
1 parent 61da138 commit 2d3e67e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ deps =
1919
pytest61: pytest==6.1.*
2020
pytest62: pytest==6.2.*
2121
pytestdev: git+https://github.com/pytest-dev/pytest#egg=pytest
22-
22+
extras =
23+
test
2324
commands =
2425
pip freeze
2526
pytest {toxinidir}/tests {posargs}

0 commit comments

Comments
 (0)