Skip to content

Commit

Permalink
Merge pull request pytest-dev#6077 from blueyed/ci-remove-single-py37…
Browse files Browse the repository at this point in the history
…-pexpect

ci: Travis: include pexpect in main py37 job
  • Loading branch information
blueyed committed Oct 28, 2019
2 parents cdc53da + 023dde8 commit 0225cb3
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@ jobs:

# Full run of latest supported version, without xdist.
# Coverage for:
# - pytester's LsofFdLeakChecker
# - TestArgComplete (linux only)
# - numpy
# - old attrs
# - verbose=0
# - test_sys_breakpoint_interception (via pexpect).
- env: TOXENV=py37-pexpect PYTEST_COVERAGE=1
- env: TOXENV=py37-lsof-numpy-oldattrs-pexpect-twisted PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
python: '3.7'

# Coverage tracking is slow with pypy, skip it.
Expand All @@ -50,14 +55,6 @@ jobs:
- env: TOXENV=py35-xdist
python: '3.5'

# Coverage for:
# - pytester's LsofFdLeakChecker
# - TestArgComplete (linux only)
# - numpy
# - old attrs
# - verbose=0
- env: TOXENV=py37-lsof-oldattrs-numpy-twisted-xdist PYTEST_COVERAGE=1 PYTEST_ADDOPTS=

# Specialized factors for py37.
- env: TOXENV=py37-pluggymaster-xdist
- env: TOXENV=py37-freeze
Expand Down

0 comments on commit 0225cb3

Please sign in to comment.