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

2018-08-07 Thread Dylan Baker
Quoting Rhys Kidd (2018-08-06 18:53:46) > Signed-off-by: Rhys Kidd > --- > .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 >

Re: [Piglit] [PATCH 0/3] Cleanup Python version support (2.7 or >= 3.4)

2018-08-07 Thread Dylan Baker
For the series (assuming the answer to my numpy question in patch 2 is "yes"), Reviewed-by: Dylan Baker Quoting Rhys Kidd (2018-08-06 18:53:44) > Simple series to reflect that python 2.7 or >= 3.4 is supported. > Python 3.3 drops out due to upstream deprecation, and add recently released > Python

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

2018-08-07 Thread Rhys Kidd
On Tue, 7 Aug 2018 at 18:25, Dylan Baker wrote: > Quoting Rhys Kidd (2018-08-06 18:53:46) > > Signed-off-by: Rhys Kidd > > --- > > .travis.yml | 3 +++ > > tox.ini | 9 + > > 2 files changed, 8 insertions(+), 4 deletions(-) > > > > diff --git a/.travis.yml b/.travis.yml > > index b6