Skip to content

Commit 31aa83b

Browse files
committed
remove TOXENV=py37-lsof-numpy-oldattrs-pexpect-twisted
1 parent 62883e1 commit 31aa83b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@ jobs:
3131
- python -V
3232
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
3333

34-
# Full run of latest supported version, without xdist.
35-
# Coverage for:
36-
# - pytester's LsofFdLeakChecker
37-
# - TestArgComplete (linux only)
38-
# - numpy
39-
# - old attrs
40-
# - verbose=0
41-
# - test_sys_breakpoint_interception (via pexpect).
42-
- env: TOXENV=py37-lsof-numpy-oldattrs-pexpect-twisted PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
43-
python: '3.7'
44-
4534
# Coverage for Python 3.5.{0,1} specific code, mostly typing related.
4635
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
4736
python: '3.5.1'

0 commit comments

Comments
 (0)