We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb98c5b commit 89b92a9Copy full SHA for 89b92a9
.travis.yml
@@ -23,10 +23,13 @@ install:
23
jobs:
24
include:
25
# OSX tests - first (in test stage), since they are the slower ones.
26
+ # Coverage for:
27
+ # - osx
28
+ # - verbose=1
29
- os: osx
30
osx_image: xcode10.1
31
language: generic
- env: TOXENV=py37-xdist PYTEST_COVERAGE=1
32
+ env: TOXENV=py37-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=-v
33
before_install:
34
- which python3
35
- python3 -V
@@ -50,7 +53,7 @@ jobs:
50
53
# - TestArgComplete (linux only)
51
54
# - numpy
52
55
# - old attrs
- # Empty PYTEST_ADDOPTS to run this non-verbose.
56
+ # - verbose=0
57
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
58
59
# Specialized factors for py37.
0 commit comments