Skip to content

Commit ba128f8

Browse files
committed
Set maxfail to save processing cycles on major failures.
1 parent 61bab3d commit ba128f8

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
@@ -117,7 +117,7 @@ before_script:
117117
script:
118118
- PATH=$VIRTUAL_ENV/bin:$PATH
119119
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
120-
- py.test -v test/ --cov=roundup
120+
- py.test -v --maxfail=20 test/ --cov=roundup
121121

122122

123123
after_success:

0 commit comments

Comments
 (0)