Skip to content

Commit

Permalink
Add poe job for interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek committed May 17, 2021
1 parent 842077d commit bde7d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pytest = "^6.2"
[tool.poe.tasks]
codeformat = "black -v --check --diff ."
codestyle = "flake8"
interactive = "python -m goth start goth/default-assets/goth-config.yml"
unit_test = "pytest -svx test/goth"

[build-system]
Expand Down

0 comments on commit bde7d5f

Please sign in to comment.