Skip to content

Commit ac41f36

Browse files
authored
Merge pull request #6500 from blueyed/ci-travis
ci: Travis: remove non-coverage jobs
2 parents 59bc6ef + a7292a0 commit ac41f36

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.travis.yml

-18
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
language: python
22
dist: xenial
3-
stages:
4-
- baseline
5-
- test
6-
73
python: '3.7'
84
cache: false
95

@@ -46,25 +42,11 @@ jobs:
4642
- env: TOXENV=py37-lsof-numpy-oldattrs-pexpect-twisted PYTEST_COVERAGE=1 PYTEST_ADDOPTS=
4743
python: '3.7'
4844

49-
# Coverage tracking is slow with pypy, skip it.
50-
- env: TOXENV=pypy3-xdist
51-
python: 'pypy3'
52-
5345
# Coverage for Python 3.5.{0,1} specific code, mostly typing related.
5446
- env: TOXENV=py35 PYTEST_COVERAGE=1 PYTEST_ADDOPTS="-k test_raises_cyclic_reference"
5547
python: '3.5.1'
5648
dist: trusty
5749

58-
# Specialized factors for py37.
59-
- env: TOXENV=py37-pluggymaster-xdist
60-
- env: TOXENV=py37-freeze
61-
62-
- env: TOXENV=py38-xdist
63-
python: '3.8'
64-
65-
- stage: baseline
66-
env: TOXENV=py36-xdist
67-
python: '3.6'
6850
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
6951
cache:
7052
directories:

0 commit comments

Comments
 (0)