ci: Travis: cover verbose=1

This commit is contained in:
Daniel Hahler 2019-10-17 00:01:54 +02:00
parent d91ff0af8a
commit 46fbf22524
1 changed files with 5 additions and 2 deletions

View File

@ -23,10 +23,13 @@ install:
jobs: jobs:
include: include:
# OSX tests - first (in test stage), since they are the slower ones. # OSX tests - first (in test stage), since they are the slower ones.
# Coverage for:
# - osx
# - verbose=1
- os: osx - os: osx
osx_image: xcode10.1 osx_image: xcode10.1
language: generic language: generic
env: TOXENV=py37-xdist PYTEST_COVERAGE=1 env: TOXENV=py37-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=-v
before_install: before_install:
- which python3 - which python3
- python3 -V - python3 -V
@ -52,7 +55,7 @@ jobs:
# - TestArgComplete (linux only) # - TestArgComplete (linux only)
# - numpy # - numpy
# - old attrs # - old attrs
# Empty PYTEST_ADDOPTS to run this non-verbose. # - verbose=0
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS= - env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
# Specialized factors for py37. # Specialized factors for py37.