8000 Merge pull request #8999 from tacaswell/ci_no_fast_fail_travis · matplotlib/matplotlib@cfac3bd · GitHub
[go: up one dir, main page]

Skip to content

Commit cfac3bd

Browse files
authored
Merge pull request #8999 from tacaswell/ci_no_fast_fail_travis
CI: increase the allowed number of failures
2 parents f8df71b + 49e467c commit cfac3bd

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
- 3C63 DELETE_FONT_CACHE=
4949

0 commit comments

Comments
 (0)
0