Skip to content

Commit b2d1117

Browse files
committed
macos: readd coverage
1 parent fc0dc8b commit b2d1117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Coverage for:
3030
# - py2 with symlink in test_cmdline_python_package_symlink.
3131
# - _pytest.unittest._handle_skip (via pexpect).
32-
env: TOXENV=py27-pexpect-xdist
32+
env: TOXENV=py27-pexpect-xdist PYTEST_COVERAGE=1
3333
before_install:
3434
- python -V
3535
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27

0 commit comments

Comments
 (0)