Skip to content

Commit 89b92a9

Browse files
committed
ci: Travis: cover verbose=1
1 parent cb98c5b commit 89b92a9

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
@@ -50,7 +53,7 @@ jobs:
5053
# - TestArgComplete (linux only)
5154
# - numpy
5255
# - old attrs
53-
# Empty PYTEST_ADDOPTS to run this non-verbose.
56+
# - verbose=0
5457
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
5558

5659
# Specialized factors for py37.

0 commit comments

Comments
 (0)