Skip to content

Commit f791e98

Browse files
committed
Reset -W to default from error. Exit after 20 failures. Only
3.9 python
1 parent 6c5b5ad commit f791e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,13 @@ script:
147147
- PATH=$VIRTUAL_ENV/bin:$PATH
148148
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
149149
- py.test
150-
-W error
150+
-W default
151151
-W "ignore:SelectableGroups:DeprecationWarning"
152152
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
153153
-W "ignore:'U' mode::docutils.io"
154154
-W "ignore:unclosed:ResourceWarning:roundup.roundup.demo"
155155
-W "ignore:unclosed file:ResourceWarning:enum"
156-
-v --maxfail=50 test/ --cov=roundup
156+
-v --maxfail=20 test/ --cov=roundup
157157

158158
after_success:
159159
- codecov

0 commit comments

Comments
 (0)