Skip to content

Commit d26b4b3

Browse files
committed
Trying to fix test invocation split acros multiple lines.
Looks like no need to escape end of line. Just indent continuation lines. Fix bad -W flag, too many :'s.
1 parent f8cee31 commit d26b4b3

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
@@ -147,7 +147,7 @@ script:
147147
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
148148
- py.test
149149
-W error
150-
-W "ignore::SelectableGroups"
150+
-W "ignore:SelectableGroups:DeprecationWarning"
151151
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
152152
-W "ignore:'U' mode::docutils.io"
153153
-v --maxfail=20 test/ --cov=roundup

0 commit comments

Comments
 (0)