summaryrefslogtreecommitdiffstats
path: root/src/test/behave_tests/tox.ini
blob: 24e4e3c37387425535ae6f8483e10f6751a2c08c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[tox]
envlist = py39, flake8
skipsdist = true

[base]
setenv =
    HOME = /root
    PWD = {toxinidir}

[testenv]
setenv =
    {[base]setenv}
deps =
   behave
   jinja2
# run the behave tests
commands = behave

[testenv:flake8]
deps =
    flake8==3.9.2
commands = flake8 --statistics {posargs} features/