Commit c86bd790 authored by Yamada Hiroyuki's avatar Yamada Hiroyuki
Browse files

Remove editable install option

parent 0b7abc3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ dependencies = [
DEBUG_CPPRB = "1"

[tool.hatch.envs.test.scripts]
install = "pip install -e ."
install = "pip install . {args}"
run = "python -m unittest discover test"
run-cov = "coverage run -m unittest discover test"