Skip to content

Commit f8cee31

Browse files
committed
Trying to fix test invocation split acros multiple lines.
1 parent b567dab commit f8cee31

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,12 @@ before_script:
145145
script:
146146
- PATH=$VIRTUAL_ENV/bin:$PATH
147147
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
148-
- py.test \
149-
-W error \
150-
-W "ignore::SelectableGroups" \
151-
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" \
152-
-W "ignore:'U' mode::docutils.io" \
148+
- py.test
149+
-W error
150+
-W "ignore::SelectableGroups"
151+
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
152+
-W "ignore:'U' mode::docutils.io"
153153
-v --maxfail=20 test/ --cov=roundup
154154

155-
156155
after_success:
157156
- codecov

0 commit comments

Comments
 (0)