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

Emil Velikov emil.l.velikov at gmail.com
Wed Aug 8 16:20:51 UTC 2018


On 8 August 2018 at 17:18, Dylan Baker <dylan at pnwbakers.com> wrote:
> 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.

I'd worry about that if/when things start failing ;-)

-Emil


More information about the Piglit mailing list