tox: use the `extras_require` entry
1 files changed, 3 insertions(+), 4 deletions(-) M tox.ini
M tox.ini +3 -4
@@ 2,10 2,9 @@ envlist = root [testenv] -deps = - pytest - pytest_sa_pg commands = rework --help pytest -install_command = pip install {opts} {packages} +install_command = + pip install {opts} {packages} + pip install rework[test]