Bug 1527020 - Travis: Use Python 3.6.8 instead of 3.7.2 (#4630)

Since Celery/kombu don't yet support Python 3.7:
https://github.com/celery/celery/issues/4500

This isn't seen in tests due to bug 1349362.
This commit is contained in:
Ed Morley 2019-02-12 16:43:46 +00:00 коммит произвёл GitHub
Родитель 71ecfa60b5
Коммит ff26a140ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -73,7 +73,8 @@ matrix:
- env: python3-main
language: python
python: '3.7.2'
# Python 3.7 is blocked on Celery/kombu support
python: '3.6.8'
cache:
directories:
- ${HOME}/venv
@ -91,7 +92,8 @@ matrix:
- env: python3-tests-selenium
language: python
python: '3.7.2'
# Python 3.7 is blocked on Celery/kombu support
python: '3.6.8'
cache:
directories:
- ${HOME}/venv