From ead62222fbf28b820a331e85553080f5ca1a325d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 10 Jan 2020 20:18:12 +0100 Subject: [PATCH] ci: Travis: Python 3.5.1 via Trusty Python 3.5.0 caused flaky failures before (https://github.com/pytest-dev/pytest/issues/5795), hopefully this is more stable. This is pulled out of https://github.com/pytest-dev/pytest/pull/6435, which adds code specific for Python < 3.5.2, and therefore it makes sense to test it. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35ca8a69c97..3dae30d3d7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,8 @@ jobs: python: 'pypy3' - env: TOXENV=py35-xdist - python: '3.5' + python: '3.5.1' + dist: trusty # Specialized factors for py37. - env: TOXENV=py37-pluggymaster-xdist