Skip to content

Commit 7f5e3f7

Browse files
committed
stop after 5 failures on 27 and report skipped xfil and xpass lines
1 parent 1c9517a commit 7f5e3f7

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
@@ -148,7 +148,7 @@ script:
148148
- PATH=$VIRTUAL_ENV/bin:$PATH
149149
- export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
150150
- if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
151-
py.test
151+
py.test -r a
152152
-W default
153153
-W "ignore:SelectableGroups:DeprecationWarning"
154154
-W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15"
@@ -158,7 +158,7 @@ script:
158158
-v --maxfail=5 test/ --cov=roundup;
159159
fi
160160
- if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
161-
py.test -v --maxfail=20 test/ --cov=roundup;
161+
py.test -v -r a --maxfail=5 test/ --cov=roundup;
162162
fi
163163
- ./setup.py build_doc
164164

0 commit comments

Comments
 (0)