Skip to content

Commit

Permalink
Run py35 without xdist on Travis
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nicoddemus committed Aug 30, 2019
1 parent 01082fe commit bb60736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- env: TOXENV=pypy3-xdist
python: 'pypy3'

- env: TOXENV=py35-xdist
- env: TOXENV=py35
dist: trusty
python: '3.5.0'

Expand Down

0 comments on commit bb60736

Please sign in to comment.