Skip to content

Commit 38ce5fa

Browse files
committed
doc
1 parent 9824cea commit 38ce5fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
3838

3939
# Coverage for:
40-
# - _pytest.unittest._handle_skip (pexpect).
40+
# - _pytest.unittest._handle_skip (via pexpect).
4141
- env: TOXENV=py27-pexpect,py27-trial PYTEST_COVERAGE=1
4242

4343
# Coverage for:
4444
# - pytester's LsofFdLeakChecker
4545
# - TestArgComplete (linux only)
46+
# - numpy
4647
- env: TOXENV=py37-lsof-numpy-xdist PYTEST_COVERAGE=1
4748
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
4849

0 commit comments

Comments
 (0)