Skip to content

Commit 899df7c

Browse files
committed
maxfail=2
1 parent 92c413f commit 899df7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ deps =
7676
pexpect
7777
{env:_PYTEST_TOX_EXTRA_DEP:}
7878
commands =
79-
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest -s -vv testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
79+
{env:_PYTEST_TOX_COVERAGE_RUN:} pytest --maxfail=2 -s -vv testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
8080

8181
[testenv:py36-pexpect]
8282
platform = {[testenv:py27-pexpect]platform}

0 commit comments

Comments
 (0)