From bb60736a6f76276b1a0295dee5cf70c99e2997e7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 30 Aug 2019 10:25:46 -0300 Subject: [PATCH] Run py35 without xdist on Travis Due to the flaky tests in 3.5.0, drop running py35 with xdist for now in the hope we get better error messages. Ref: #5795 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1f7ad357..41c23cfbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ jobs: - env: TOXENV=pypy3-xdist python: 'pypy3' - - env: TOXENV=py35-xdist + - env: TOXENV=py35 dist: trusty python: '3.5.0'