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
This commit is contained in:
Bruno Oliveira 2019-08-30 10:25:46 -03:00
parent 01082fea12
commit bb60736a6f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- env: TOXENV=pypy3-xdist
python: 'pypy3'
- env: TOXENV=py35-xdist
- env: TOXENV=py35
dist: trusty
python: '3.5.0'