Added poe serve
To save some typing ``poe serve`` now runs a debug server.
This commit is contained in:
parent
3b435ab2ee
commit
bc0995d0cf
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ isort = "isort ."
|
|||
pylint = "pylint openflexure_microscope"
|
||||
mypy = "mypy --cobertura-xml-report openflexure_microscope openflexure_microscope"
|
||||
test = "pytest ."
|
||||
serve = "python -m openflexure_microscope.api.app"
|
||||
|
||||
format = ["black", "isort"]
|
||||
lint = ["pylint", "mypy"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue