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:
parent
01082fea12
commit
bb60736a6f
|
@ -42,7 +42,7 @@ jobs:
|
||||||
- env: TOXENV=pypy3-xdist
|
- env: TOXENV=pypy3-xdist
|
||||||
python: 'pypy3'
|
python: 'pypy3'
|
||||||
|
|
||||||
- env: TOXENV=py35-xdist
|
- env: TOXENV=py35
|
||||||
dist: trusty
|
dist: trusty
|
||||||
python: '3.5.0'
|
python: '3.5.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue