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
@@ -74,16 +73,14 @@ deps =
7473commands = {[testenv:py27-xdist]commands}
7574
7675[testenv:py27-pexpect]
77- changedir = testing
7876platform = linux|darwin
7977deps =
8078 pexpect
8179 {env:_PYTEST_TOX_EXTRA_DEP:}
8280commands =
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}
8482
8583[testenv:py36-pexpect]
86- changedir = {[testenv:py27-pexpect]changedir}
8784platform = {[testenv:py27-pexpect]platform}
8885deps = {[testenv:py27-pexpect]deps}
8986commands = {[testenv:py27-pexpect]commands}
@@ -95,13 +92,12 @@ deps =
9592 py27: mock
9693 {env:_PYTEST_TOX_EXTRA_DEP:}
9794distribute = true
98- changedir =testing
9995setenv =
10096 {[testenv]setenv}
10197 PYTHONDONTWRITEBYTECODE =1
10298passenv = USER USERNAME TRAVIS
10399commands =
104- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs:. }
100+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
105101
106102[testenv:py27-trial]
107103deps =
You can’t perform that action at this time.
0 commit comments