forked from MarketSquare/robotframework-robocop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
71 lines (71 loc) · 1.17 KB
/
tox.ini
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[tox]
envlist = rf3, rf4, rf5
skip_missing_interpreters = true
[pytest]
addopts = --benchmark-skip --lf
[testenv]
commands = pytest tests
[testenv:rf3]
deps =
jinja2>=3.0,<4.0
pathspec
pytest
pytest-benchmark
pyyaml
robotframework==3.2.2
toml
[testenv:rf4]
deps =
jinja2>=3.0,<4.0
pathspec
pytest
pytest-benchmark
pyyaml
robotframework==4.1.1
toml
[testenv:rf5]
deps =
jinja2>=3.0,<4.0
pathspec
pytest
pytest-benchmark
pyyaml
robotframework==5.0rc2
toml
[testenv:coverage]
deps =
coverage
jinja2>=3.0,<4.0
pytest
pytest-benchmark
pyyaml
robotframework
toml
commands =
coverage run -m pytest
coverage html
[testenv:docs]
deps =
furo
jinja2>=3.0,<4.0
packaging>=21.0,<22.0
pathspec>=0.9,<0.10
robotframework>=4.0
sphinx
sphinx_design
toml>=0.10.2
commands =
sphinx-build -b html docs docs/_build/
[testenv:benchmark]
deps =
pygal
pytest
pytest-benchmark
pyyaml
robotframework==4.1.1
toml
commands =
pytest --benchmark-only \
--benchmark-enable \
--benchmark-save=benchmark_results \
--benchmark-save-data