Skip to content
Snippets Groups Projects
Commit c7685eaa authored by Jérémy Bobbio (Lunar)'s avatar Jérémy Bobbio (Lunar)
Browse files

Require tox version 4 for consistency

Even if our `tox.ini` is compatible with tox 3, the command line
format changed with tox 4. For consistency in layout, usage and
documentation, it seems best to update requirements to version 4.

See: https://tox.wiki/en/latest/upgrading.html#updating-usage-with-e
parent e1464bcf
No related branches found
No related tags found
No related merge requests found
[tox]
requires =
tox>4
envlist=flake8,black
[testenv]
basepython = python3
passenv = SPHINXOPTS,SPHINXOPTCOLOR,JAVA_HOME
passenv =
SPHINXOPTS
SPHINXOPTCOLOR
JAVA_HOME
[testenv:sphinx]
extras =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment