Skip to content

Commit 5c5211d

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 5c5211d

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
@@ -33,7 +33,7 @@ jobs:
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-xdist
36+
env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
3737
before_install:
3838
- which python3
3939
- python3 -V

0 commit comments

Comments
 (0)