aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: cff5ee562a0db5b8c8e57609beffd55d97ec2c21 (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

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