Skip to content

Commit 3bd9f98

Browse files
committed
tox.ini: clean up changedir
1 parent c6c326f commit 3bd9f98

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tox.ini

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ deps =
3636
{env:_PYTEST_TOX_EXTRA_DEP:}
3737

3838
[testenv:py27-subprocess]
39-
changedir = .
4039
deps =
4140
pytest-xdist>=1.13
4241
py27: mock
@@ -74,16 +73,14 @@ deps =
7473
commands = {[testenv:py27-xdist]commands}
7574

7675
[testenv:py27-pexpect]
77-
changedir = testing
7876
platform = linux|darwin
7977
deps =
8078
pexpect
8179
{env:_PYTEST_TOX_EXTRA_DEP:}
8280
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}
8482

8583
[testenv:py36-pexpect]
86-
changedir = {[testenv:py27-pexpect]changedir}
8784
platform = {[testenv:py27-pexpect]platform}
8885
deps = {[testenv:py27-pexpect]deps}
8986
commands = {[testenv:py27-pexpect]commands}
@@ -95,13 +92,12 @@ deps =
9592
py27: mock
9693
{env:_PYTEST_TOX_EXTRA_DEP:}
9794
distribute = true
98-
changedir=testing
9995
setenv =
10096
{[testenv]setenv}
10197
PYTHONDONTWRITEBYTECODE=1
10298
passenv = USER USERNAME TRAVIS
10399
commands =
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]
107103
deps =

0 commit comments

Comments
 (0)