File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 36
36
{env:_PYTEST_TOX_EXTRA_DEP:}
37
37
38
38
[testenv:py27-subprocess]
39
- changedir = .
40
39
deps =
41
40
pytest-xdist>=1.13
42
41
py27: mock
@@ -72,16 +71,14 @@ deps =
72
71
commands = {[testenv:py27-xdist]commands}
73
72
74
73
[testenv:py27-pexpect]
75
- changedir = testing
76
74
platform = linux|darwin
77
75
deps =
78
76
pexpect
79
77
{env:_PYTEST_TOX_EXTRA_DEP:}
80
78
commands =
81
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest test_pdb.py test_terminal.py test_unittest.py {posargs}
79
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/ test_pdb.py testing/ test_terminal.py testing/ test_unittest.py {posargs}
82
80
83
81
[testenv:py36-pexpect]
84
- changedir = {[testenv:py27-pexpect]changedir}
85
82
platform = {[testenv:py27-pexpect]platform}
86
83
deps = {[testenv:py27-pexpect]deps}
87
84
commands = {[testenv:py27-pexpect]commands}
@@ -93,12 +90,11 @@ deps =
93
90
py27: mock
94
91
{env:_PYTEST_TOX_EXTRA_DEP:}
95
92
distribute = true
96
- changedir =testing
97
93
setenv =
98
94
{[testenv]setenv}
99
95
PYTHONDONTWRITEBYTECODE =1
100
96
commands =
101
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs:. }
97
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
102
98
103
99
[testenv:py27-trial]
104
100
deps =
You can’t perform that action at this time.
0 commit comments