[Piglit] [PATCH 2/3] tox: Add python 3.7 to build matrix

Dylan Baker dylan at pnwbakers.com
Wed Aug 8 16:18:33 UTC 2018


Quoting Emil Velikov (2018-08-08 05:33:44)
> 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

Yeah, travis + Python 3.7 is a cluster right now. I wonder if we'd be better off
building our own docker image.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20180808/2dbcb919/attachment.sig>


More information about the Piglit mailing list