Skip to content

Commit 1c9517a

Browse files
committed
stop after 5 failures. reduce spend of OSS credits on travisci.
1 parent c34c72d commit 1c9517a

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
@@ -155,7 +155,7 @@ script:
155155
-W "ignore:'U' mode::docutils.io"
156156
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
157157
-W "ignore:unclosed file:ResourceWarning:enum"
158-
-v --maxfail=20 test/ --cov=roundup;
158+
-v --maxfail=5 test/ --cov=roundup;
159159
fi
160160
- if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
161161
py.test -v --maxfail=20 test/ --cov=roundup;

0 commit comments

Comments
 (0)