aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 1aebe9237da66fed25cfcad3559fa30250c000fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
isolated_build = True
envlist = py3{8,11}, lint

[testenv]
package = wheel
wheel_build_env = .pkg

[testenv:py3{8,11}]
description = Run pytest
deps = pytest
       ansible
       ansible-runner
       -rrequirements.txt
commands = pytest {posargs}

[testenv:lint]
description = Run linter
deps = flake8
commands = flake8 --format=pylint