]> git.ipfire.org Git - thirdparty/patchwork.git/commit
travis: Resolve issues with Python 3.7
authorStephen Finucane <stephen@that.guru>
Sun, 8 Sep 2019 15:03:17 +0000 (16:03 +0100)
committerStephen Finucane <stephen@that.guru>
Sun, 8 Sep 2019 15:10:15 +0000 (16:10 +0100)
commitcdab7910d780bab596e2daaadd01f3162b5ee652
treee9316d99106ffa825e67ac77655df997879b258c
parent4720356f3ef40a23d848a541551841cbde6df506
travis: Resolve issues with Python 3.7

Bump the distro version to xenial, as this is the first version to
include Python 3.7 support. Bionic is also available but it doesn't
support Python 3.5 [1].

In addition, skip a test that was valid on Python 3.4 - 3.6 but does not
appear to be an issue for Python 3.7.

[1] https://docs.travis-ci.com/user/reference/bionic/#python-support

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: 6267a5fa ("Drop support for Python 3.4, add Python 3.7")
.travis.yml
patchwork/tests/test_parser.py