[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 6/6] travis: install homebrew python for OS X
From: |
Marc-André Lureau |
Subject: |
Re: [PATCH v1 6/6] travis: install homebrew python for OS X |
Date: |
Tue, 7 Jan 2020 19:18:56 +0400 |
On Tue, Jan 7, 2020 at 6:55 PM Alex Bennée <address@hidden> wrote:
>
> Our python3 requirements now outstrip those of the build.
>
> Signed-off-by: Alex Bennée <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
> ---
> .travis.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index 848a2714efe..a86ca34f79d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -57,6 +57,7 @@ addons:
> - glib
> - pixman
> - gnu-sed
> + - python
> update: true
>
>
> --
> 2.20.1
>
>
--
Marc-André Lureau
- [PATCH v1 0/6] current testing/next (python and other fixes), Alex Bennée, 2020/01/07
- [PATCH v1 1/6] hw/i386/x86-iommu: Add missing stubs, Alex Bennée, 2020/01/07
- [PATCH v1 2/6] tests/vm: update openbsd to release 6.6, Alex Bennée, 2020/01/07
- [PATCH v1 4/6] travis.yml: avocado: Print logs of non-pass tests only, Alex Bennée, 2020/01/07
- [PATCH v1 3/6] freebsd: use python37, Alex Bennée, 2020/01/07
- [PATCH v1 6/6] travis: install homebrew python for OS X, Alex Bennée, 2020/01/07
- [PATCH v1 5/6] travis.yml: Detach build and test steps, Alex Bennée, 2020/01/07