aboutsummaryrefslogtreecommitdiff
path: root/invoke.yaml
blob: 23b756cfbf1af5e2cef19b4a11897c0e15617e76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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