Skip to content

Commit f1b605c

Browse files
committed
ci: Travis: do not test with 3.5.0
This causes flaky test failures (crashes). Closes #5795.
1 parent 2bb8d93 commit f1b605c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
- env: TOXENV=pypy3-xdist
4343
python: 'pypy3'
4444

45-
- env: TOXENV=py35
46-
dist: trusty
47-
python: '3.5.0'
45+
- env: TOXENV=py35-xdist
46+
python: '3.5'
4847

4948
# Coverage for:
5049
# - pytester's LsofFdLeakChecker

0 commit comments

Comments
 (0)