We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62883e1 commit 31aa83bCopy full SHA for 31aa83b
.travis.yml
@@ -31,17 +31,6 @@ jobs:
31
- python -V
32
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
33
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
-
45
# Coverage for Python 3.5.{0,1} specific code, mostly typing related.
46
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
47
python: '3.5.1'
0 commit comments