aboutsummaryrefslogtreecommitdiffstats
path: root/invoke.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'invoke.yaml')
-rw-r--r--invoke.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/invoke.yaml b/invoke.yaml
new file mode 100644
index 0000000..23b756c
--- /dev/null
+++ b/invoke.yaml
@@ -0,0 +1,30 @@
+# =====================================================
+# INVOKE CONFIGURATION: parse_type
+# =====================================================
+# -- ON WINDOWS:
+# run:
+# echo: true
+# pty: false
+# shell: C:\Windows\System32\cmd.exe
+# =====================================================
+
+project:
+ name: parse_type
+ repo: "pypi"
+ # -- TODO: until upload problems are resolved.
+ repo_url: "https://upload.pypi.org/legacy/"
+
+tasks:
+ auto_dash_names: false
+
+run:
+ echo: true
+ # DISABLED: pty: true
+
+cleanup_all:
+ extra_directories:
+ - build
+ - dist
+ - .hypothesis
+ - .pytest_cache
+