From bde7d5faca9570af3455bd56c738c385ecd760a0 Mon Sep 17 00:00:00 2001 From: Kuba Mazurek Date: Mon, 17 May 2021 13:40:12 +0200 Subject: [PATCH] Add poe job for interactive mode --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2136378b..cf0dc874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]