diff --git a/tox.ini b/tox.ini index eaf205d5..7b2db7b5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,24 @@ # This file is part of REANA. -# Copyright (C) 2022, 2023 CERN. +# Copyright (C) 2022, 2023, 2024 CERN. # # REANA is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. [tox] -envlist = py38, py39, py310, py311, py312 +envlist = + py38 + py39 + py310 + py311 + py312 [testenv] -deps = pytest - pytest-cov -commands = pytest {posargs} +deps = + pytest + pytest-cov +commands = + pytest {posargs} +extras = + all +package = + editable