Skip to content

Commit bb60736

Browse files
committed
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
1 parent 01082fe commit bb60736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- env: TOXENV=pypy3-xdist
4343
python: 'pypy3'
4444

45-
- env: TOXENV=py35-xdist
45+
- env: TOXENV=py35
4646
dist: trusty
4747
python: '3.5.0'
4848

0 commit comments

Comments
 (0)