Skip to content

Commit ed6359d

Browse files
committed
TEST: pexpect-xdist + coverage (mac os)
1 parent 65f725d commit ed6359d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
language: generic
2929
# Coverage for:
3030
# - py2 with symlink in test_cmdline_python_package_symlink.
31-
env: TOXENV=py27-pexpect PYTEST_COVERAGE=1
31+
env: TOXENV=py27-pexpect-xdist PYTEST_COVERAGE=1
3232
before_install:
3333
- python -V
3434
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
3535
- <<: *test-macos
36-
env: TOXENV=py37-pexpect
36+
env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
3737
before_install:
3838
- which python3
3939
- python3 -V

0 commit comments

Comments
 (0)