We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d588f commit caa81deCopy full SHA for caa81de
.travis.yml
@@ -26,8 +26,20 @@ matrix:
26
- python: '3.6'
27
env: TOXENV=flake8
28
stage: lint
29
- # Celery 4.3 added support for Python >= 3.7.
30
exclude:
+ # Python 2.7 is not supported for Celery >= 5.0.
31
+ - python: '2.7'
32
+ env: CELERY_VERSION=50
33
34
+ env: CELERY_VERSION=master
35
+ - python: 'pypy'
36
37
38
39
+ # Celery master only supports >= Python 3.6.
40
+ - python: '3.5'
41
42
+ # Celery 4.3 added support for Python >= 3.7.
43
- python: '3.7'
44
env: CELERY_VERSION=40
45
0 commit comments