8000 CI: allow more tests to fail · matplotlib/matplotlib@c511460 · GitHub
[go: up one dir, main page]

Skip to content

Commit c511460

Browse files
committed
CI: allow more tests to fail
1 parent be5f6d1 commit c511460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
- INSTALL_PEP8=
4444
- RUN_PEP8=
4545
- NOSE=
46-
- PYTEST_ARGS="-rawR --maxfail=1 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
46+
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
4747
- PYTHON_ARGS=
4848
- DELETE_FONT_CACHE=
4949

0 commit comments

Comments
 (0)
0