Skip to content

Commit c31753e

Browse files
committed
Travis: use osx-py27-xdist for coverage instead of py37-xdist
1 parent c3ff708 commit c31753e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ jobs:
2121
os: osx
2222
osx_image: xcode10.1
2323
language: generic
24-
env: TOXENV=py27-xdist
24+
# Coverage for:
25+
# - py2 with symlink in test_cmdline_python_package_symlink.
26+
env: TOXENV=py27-xdist PYTEST_COVERAGE=1
2527
before_install:
2628
- python -V
2729
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
2830
- <<: *test-macos
29-
env: TOXENV=py37-xdist PYTEST_COVERAGE=1
31+
env: TOXENV=py37-xdist
3032
before_install:
3133
- which python3
3234
- python3 -V

0 commit comments

Comments
 (0)