• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# =====================================================
2# INVOKE CONFIGURATION: parse_type
3# =====================================================
4# -- ON WINDOWS:
5# run:
6#   echo: true
7#   pty:  false
8#   shell: C:\Windows\System32\cmd.exe
9# =====================================================
10
11project:
12    name: parse_type
13    repo: "pypi"
14    # -- TODO: until upload problems are resolved.
15    repo_url: "https://upload.pypi.org/legacy/"
16
17tasks:
18     auto_dash_names: false
19
20run:
21    echo: true
22    # DISABLED: pty:  true
23
24cleanup_all:
25    extra_directories:
26      - build
27      - dist
28      - .hypothesis
29      - .pytest_cache
30
31