Skip to content

Commit 46fbf22

Browse files
committed
ci: Travis: cover verbose=1
1 parent d91ff0a commit 46fbf22

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ install:
2323
jobs:
2424
include:
2525
# OSX tests - first (in test stage), since they are the slower ones.
26+
# Coverage for:
27+
# - osx
28+
# - verbose=1
2629
- os: osx
2730
osx_image: xcode10.1
2831
language: generic
29-
env: TOXENV=py37-xdist PYTEST_COVERAGE=1
32+
env: TOXENV=py37-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=-v
3033
before_install:
3134
- which python3
3235
- python3 -V
@@ -52,7 +55,7 @@ jobs:
5255
# - TestArgComplete (linux only)
5356
# - numpy
5457
# - old attrs
55-
# Empty PYTEST_ADDOPTS to run this non-verbose.
58+
# - verbose=0
5659
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
5760

5861
# Specialized factors for py37.

0 commit comments

Comments
 (0)