Skip to content

Commit

Permalink
ci: Travis: do not test with 3.5.0
Browse files Browse the repository at this point in the history
This causes flaky test failures (crashes).

Closes pytest-dev#5795.
  • Loading branch information
blueyed committed Sep 6, 2019
1 parent 2bb8d93 commit f1b605c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- env: TOXENV=pypy3-xdist
python: 'pypy3'

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

# Coverage for:
# - pytester's LsofFdLeakChecker
Expand Down

0 comments on commit f1b605c

Please sign in to comment.