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 3636 {env:_PYTEST_TOX_EXTRA_DEP:}
3737
3838[testenv:py27-subprocess]
39- changedir = .
4039deps =
4140 pytest-xdist>=1.13
4241 py27: mock
@@ -72,16 +71,14 @@ deps =
7271commands = {[testenv:py27-xdist]commands}
7372
7473[testenv:py27-pexpect]
75- changedir = testing
7674platform = linux|darwin
7775deps =
7876 pexpect
7977 {env:_PYTEST_TOX_EXTRA_DEP:}
8078commands =
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}
8280
8381[testenv:py36-pexpect]
84- changedir = {[testenv:py27-pexpect]changedir}
8582platform = {[testenv:py27-pexpect]platform}
8683deps = {[testenv:py27-pexpect]deps}
8784commands = {[testenv:py27-pexpect]commands}
@@ -93,12 +90,11 @@ deps =
9390 py27: mock
9491 {env:_PYTEST_TOX_EXTRA_DEP:}
9592distribute = true
96- changedir =testing
9793setenv =
9894 {[testenv]setenv}
9995 PYTHONDONTWRITEBYTECODE =1
10096commands =
101- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs:. }
97+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
10298
10399[testenv:py27-trial]
104100deps =
You can’t perform that action at this time.
0 commit comments