diff --git a/pyproject.toml b/pyproject.toml index 4071543..8e1b741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -234,7 +234,7 @@ dependencies = [ "jupyterlab", "ipython", ] -[tool.hatch.envs.scripts] +[tool.hatch.envs.default.scripts] cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=src/pytanis --cov=tests {args}" no-cov = "cov --no-cov {args}" debug = "cov --no-cov -s --pdb --pdbcls=IPython.core.debugger:Pdb {args}"