Skip to content

Commit

Permalink
ci: Travis: Python 3.5.1 via Trusty
Browse files Browse the repository at this point in the history
Python 3.5.0 caused flaky failures before
(pytest-dev#5795), hopefully this is
more stable.

This is pulled out of pytest-dev#6435,
which adds code specific for Python < 3.5.2, and therefore it makes
sense to test it.
  • Loading branch information
blueyed committed Jan 11, 2020
1 parent 622995a commit ead6222
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
python: 'pypy3'

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

# Specialized factors for py37.
- env: TOXENV=py37-pluggymaster-xdist
Expand Down

0 comments on commit ead6222

Please sign in to comment.