blob: 23b756cfbf1af5e2cef19b4a11897c0e15617e76 [file] [log] [blame]
Jim Tang81e1c612020-04-23 04:00:43 +00001# =====================================================
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