1
1
[tox]
2
- distshare ={homedir}/.tox/distshare
3
- envlist =py27-pytestlatest-linters,py27-pytest{33,34,35,36,37,38,39,310,40,41,42,latest},py{34,35,36,37}-pytestlatest,py27-pytestlatest-xdist
2
+ distshare = {homedir}/.tox/distshare
3
+ envlist = py27-pytestlatest-linters,
4
+ py27-pytest{36,37,38,39,310,4,41,42,43,44,45,46},
5
+ py37-pytest{36,37,38,39,310,4,41,42,43,44,45,46,5,latest},
6
+ py{35,36}-pytestlatest,
7
+ py27-pytestlatest-xdist
4
8
skip_missing_interpreters = true
5
9
6
10
[testenv]
7
11
deps =
8
12
pytestlatest: pytest
13
+ pytest5: pytest~=5.0.0
14
+ pytest46: pytest~=4.6.0
15
+ pytest45: pytest~=4.5.0
16
+ pytest44: pytest~=4.4.0
17
+ pytest43: pytest~=4.3.0
9
18
pytest42: pytest~=4.2.0
10
19
pytest41: pytest~=4.1.0
11
- pytest40 : pytest~=4.0.0
20
+ pytest4 : pytest~=4.0.0
12
21
pytest310: pytest~=3.10.0
13
22
pytest39: pytest~=3.9.0
14
23
pytest38: pytest~=3.8.0
15
24
pytest37: pytest~=3.7.0
16
25
pytest36: pytest~=3.6.0
17
- pytest35: pytest~=3.5.0
18
- pytest34: pytest~=3.4.0
19
- pytest33: pytest~=3.3.2
20
26
-r{toxinidir}/requirements-testing.txt
21
27
commands = py.test tests --junitxml ={envlogdir}/junit-{envname}.xml
22
28
23
29
[testenv:py27-pytestlatest-linters]
24
- commands = {[testenv]commands} pytest_bdd --pep8 -m pep8
30
+ commands = {[testenv]commands} pytest_bdd --pep8 -m pep8
25
31
26
32
[testenv:py27-pytestlatest-xdist]
27
33
deps =
28
34
pytest-xdist
29
35
{[testenv]deps}
30
- commands = {[testenv]commands} -n3 -rfsxX
36
+ commands = {[testenv]commands} -n3 -rfsxX
31
37
32
38
[testenv:py27-pytestlatest-coveralls]
33
39
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
@@ -36,7 +42,7 @@ changedir = .
36
42
deps =
37
43
{[testenv]deps}
38
44
coveralls
39
- commands =
45
+ commands =
40
46
coverage run --branch --source =pytest_bdd {envbindir}/pytest tests
41
47
coverage report -m
42
48
coveralls
0 commit comments