summaryrefslogtreecommitdiffstats
path: root/share/extensions/tox.ini
blob: 89229d2ab00136a79aa34c93f93b2dca06186082 (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
[tox]
envlist = py{36,37,38,39,310}-normal-{linux,win}
isolated_build = true


[testenv]
platform =
    linux: linux
    win: win32

setenv = 
    COVERAGE_FILE=.coverage-{env:TOX_ENV_NAME}
    win: COVERAGE_FILE=.coverage-{env:TOX_ENV_NAME}-win

commands =
    pytest --ignore=other --cov=. --cov-report html --cov-report term {posargs}

[pytest]
addopts = --ignore=other

[coverage3:paths]
source =
    C:\GitLab-Runner\builds\*\extensions
    C:\GitLab-Runner\builds\*\*\extensions
    C:\builds\*\extensions
    /builds/*/extensions

[darglint]
strictness=short