From 49c6aebbc7ab1a7fb7a58f6f3a61407175de0953 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 30 May 2019 03:10:42 +0200 Subject: [PATCH] ci: Travis: test with pexpect on macos Uses `PYTEST_COVERAGE=1` already, which will come in via dropping Python 2 soon anyway. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 728048cce..3136dec1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,6 @@ jobs: include: # OSX tests - first (in test stage), since they are the slower ones. - &test-macos - # NOTE: (tests with) pexpect appear to be buggy on Travis, - # at least with coverage. - # Log: https://travis-ci.org/pytest-dev/pytest/jobs/500358864 os: osx osx_image: xcode10.1 language: generic @@ -33,7 +30,7 @@ jobs: - python -V - test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27 - <<: *test-macos - env: TOXENV=py37-xdist + env: TOXENV=py37-pexpect,py37-xdist PYTEST_COVERAGE=1 before_install: - which python3 - python3 -V