[Piglit] [PATCH 2/3] tox: Add python 3.7 to build matrix
Emil Velikov
emil.l.velikov at gmail.com
Wed Aug 8 12:33:44 UTC 2018
On 7 August 2018 at 02:53, Rhys Kidd <rhyskidd at gmail.com> wrote:
> Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
> ---
> .travis.yml | 3 +++
> tox.ini | 9 +++++----
> 2 files changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index b6e8136e8..45b23f009 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -21,6 +21,9 @@ matrix:
> env: TOX_ENV="py35-{generator,noaccel,accel-nix,streams}"
> - python: 3.6
> env: TOX_ENV="py36-{generator,noaccel,accel-nix,streams}"
> + - python: 3.7
> + env: TOX_ENV="py37-{generator,noaccel,accel-nix,streams}"
> + dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
jfyi: Xenial support is unofficial and experimental. it seems to come
and go every so often.
Might want to mention a note, to clear some confusion if it starts failing ;-\
HTH
Emil
More information about the Piglit
mailing list