File: hatch.toml

package info (click to toggle)
setuptools-scm 9.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,108 kB
  • sloc: python: 7,068; sh: 18; makefile: 7
file content (19 lines) | stat: -rw-r--r-- 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[envs.test]
extras = ["test", "dev"]

[envs.test.scripts]
all = "pytest {args}"

[[env.test.matrix]]
python = ["3.8", "3.9", "3.10", "3.11"]


[envs.docs]
python = "3.11"
extras = ["docs"]

[envs.docs.scripts]
build = "mkdocs build --clean --strict"
serve = "mkdocs serve --dev-addr localhost:8000"
init = "mkdocs {args}"
sync = ["entangled sync"]