File: tox.ini

package info (click to toggle)
git-cola 4.13.0-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 6,480 kB
  • sloc: python: 36,938; sh: 304; makefile: 223; xml: 100; tcl: 62
file content (38 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
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
31
32
33
34
35
36
37
38
[tox]
minversion = 4.0
envlist = py36,py37,py38,py39,py310,py311,py312,py313
skip_missing_interpreters = true

[testenv]
allowlist_externals =
	garden
passenv =
	FORCE_COLOR
commands =
	garden test
extras =
	testing
	pyside6
sitepackages = true
usedevelop = true

[testenv:check]
allowlist_externals =
	garden
commands =
	garden check {posargs}
extras =
	docs
	dev
	testing
	pyside6
sitepackages = true
skip_install = true

[testenv:docs]
extras =
	docs
	testing
changedir = docs
commands =
	python3 -m sphinx -v docs html