File tree 1 file changed +2
-6
lines changed 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
@@ -74,16 +73,14 @@ deps =
74
73
commands = {[testenv:py27-xdist]commands}
75
74
76
75
[testenv:py27-pexpect]
77
- changedir = testing
78
76
platform = linux|darwin
79
77
deps =
80
78
pexpect
81
79
{env:_PYTEST_TOX_EXTRA_DEP:}
82
80
commands =
83
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest test_pdb.py test_terminal.py test_unittest.py {posargs}
81
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/ test_pdb.py testing/ test_terminal.py testing/ test_unittest.py {posargs}
84
82
85
83
[testenv:py36-pexpect]
86
- changedir = {[testenv:py27-pexpect]changedir}
87
84
platform = {[testenv:py27-pexpect]platform}
88
85
deps = {[testenv:py27-pexpect]deps}
89
86
commands = {[testenv:py27-pexpect]commands}
@@ -95,13 +92,12 @@ deps =
95
92
py27: mock
96
93
{env:_PYTEST_TOX_EXTRA_DEP:}
97
94
distribute = true
98
- changedir =testing
99
95
setenv =
100
96
{[testenv]setenv}
101
97
PYTHONDONTWRITEBYTECODE =1
102
98
passenv = USER USERNAME TRAVIS
103
99
commands =
104
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs:. }
100
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
105
101
106
102
[testenv:py27-trial]
107
103
deps =
You can’t perform that action at this time.
0 commit comments