diff .travis.yml @ 6801:23dbb94466e6

stop after 5 failures on 27 and report skipped xfil and xpass lines
author John Rouillard <rouilj@ieee.org>
date Mon, 25 Jul 2022 14:28:31 -0400
parents 3cfe6b0db01c
children 3f60a71b0812
line wrap: on
line diff
--- a/.travis.yml	Mon Jul 25 14:26:17 2022 -0400
+++ b/.travis.yml	Mon Jul 25 14:28:31 2022 -0400
@@ -148,7 +148,7 @@
   - PATH=$VIRTUAL_ENV/bin:$PATH
   - export LD_LIBRARY_PATH=$VIRTUAL_ENV/lib:$LD_LIBRARY_PATH
   - if [[ "$TRAVIS_PYTHON_VERSION" != "2."* ]]; then
-    py.test 
+    py.test -r a
       -W default
       -W "ignore:SelectableGroups:DeprecationWarning" 
       -W "ignore:the imp module:DeprecationWarning:gpg.gpgme:15" 
@@ -158,7 +158,7 @@
       -v --maxfail=5 test/ --cov=roundup;
     fi
   - if [[ "$TRAVIS_PYTHON_VERSION" == "2."* ]]; then
-      py.test -v --maxfail=20 test/ --cov=roundup;
+      py.test -v -r a --maxfail=5 test/ --cov=roundup;
     fi
   - ./setup.py build_doc
 

Roundup Issue Tracker: http://roundup-tracker.org/