Skip to content

Commit 49c6aeb

Browse files
committed
ci: Travis: test with pexpect on macos
Uses `PYTEST_COVERAGE=1` already, which will come in via dropping Python 2 soon anyway.
1 parent fb12d2a commit 49c6aeb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
include:
2121
# OSX tests - first (in test stage), since they are the slower ones.
2222
- &test-macos
23-
# NOTE: (tests with) pexpect appear to be buggy on Travis,
24-
# at least with coverage.
25-
# Log: https://travis-ci.org/pytest-dev/pytest/jobs/500358864
2623
os: osx
2724
osx_image: xcode10.1
2825
language: generic
@@ -33,7 +30,7 @@ jobs:
3330
- python -V
3431
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
3532
- <<: *test-macos
36-
env: TOXENV=py37-xdist
33+
env: TOXENV=py37-pexpect,py37-xdist PYTEST_COVERAGE=1
3734
before_install:
3835
- which python3
3936
- python3 -V

0 commit comments

Comments
 (0)