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 9824cea commit 38ce5faCopy full SHA for 38ce5fa
.travis.yml
@@ -37,12 +37,13 @@ jobs:
37
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
38
39
# Coverage for:
40
- # - _pytest.unittest._handle_skip (pexpect).
+ # - _pytest.unittest._handle_skip (via pexpect).
41
- env: TOXENV=py27-pexpect,py27-trial PYTEST_COVERAGE=1
42
43
44
# - pytester's LsofFdLeakChecker
45
# - TestArgComplete (linux only)
46
+ # - numpy
47
- env: TOXENV=py37-lsof-numpy-xdist PYTEST_COVERAGE=1
48
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
49
0 commit comments