Skip to content

Commit 40d975a

Browse files
committed
ci: Travis: remove most jobs running on GitHub now
1 parent 6b13379 commit 40d975a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ jobs:
7878
- name: "ubuntu-py37"
7979
python: "3.7"
8080
os: ubuntu-latest
81+
# Coverage for:
82+
# - pytester's LsofFdLeakChecker
83+
# - TestArgComplete (linux only)
84+
# - numpy
85+
# - old attrs
86+
# - verbose=0
87+
# - test_sys_breakpoint_interception (via pexpect).
8188
tox_env: "py37-lsof-numpy-oldattrs-pexpect-twisted"
8289
- name: "ubuntu-py37-pluggy"
8390
python: "3.7"
@@ -104,6 +111,9 @@ jobs:
104111
python: "3.7"
105112
os: macos-latest
106113
tox_env: "py37-xdist"
114+
env:
115+
# Cover verbose=1.
116+
PYTEST_ADDOPTS: -v
107117
- name: "macos-py38"
108118
python: "3.8"
109119
os: macos-latest

0 commit comments

Comments
 (0)