Skip to content

Commit caa81de

Browse files
committed
Add more exclusions to the travis yaml.
1 parent c9d588f commit caa81de

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.travis.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,20 @@ matrix:
2626
- python: '3.6'
2727
env: TOXENV=flake8
2828
stage: lint
29-
# Celery 4.3 added support for Python >= 3.7.
3029
exclude:
30+
# Python 2.7 is not supported for Celery >= 5.0.
31+
- python: '2.7'
32+
env: CELERY_VERSION=50
33+
- python: '2.7'
34+
env: CELERY_VERSION=master
35+
- python: 'pypy'
36+
env: CELERY_VERSION=50
37+
- python: 'pypy'
38+
env: CELERY_VERSION=master
39+
# Celery master only supports >= Python 3.6.
40+
- python: '3.5'
41+
env: CELERY_VERSION=master
42+
# Celery 4.3 added support for Python >= 3.7.
3143
- python: '3.7'
3244
env: CELERY_VERSION=40
3345
- python: '3.7'

0 commit comments

Comments
 (0)