Use ubuntu bionic for python <= 3.6 in Travis#6096
Conversation
|
can you check here why python 2.7 is failing? #6095 |
|
By curiosity, why do you keep python 2.7 as it's EOL since January, 1st 2020? |
|
will drop it in celery 4.5 |
|
should we try xenial for python 2.7? |
|
Pytest > 4.6.x does not support python < 3.5 It was working with bionic and python 2.7 on this patch https://travis-ci.org/github/celery/celery/builds/667597080 so it's not related to distribution. The first build with error on python 2.7 was https://travis-ci.org/github/celery/celery/builds/677296325 |
| fast_finish: true | ||
| include: | ||
| - python: 2.7 | ||
| stage: test |
|
apparently this PR is not needed as only python 2.7 parsing command failing on master |
No description provided.