Skip to content

Commit ead6222

Browse files
committed
ci: Travis: Python 3.5.1 via Trusty
Python 3.5.0 caused flaky failures before (#5795), hopefully this is more stable. This is pulled out of #6435, which adds code specific for Python < 3.5.2, and therefore it makes sense to test it.
1 parent 622995a commit ead6222

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
python: 'pypy3'
5454

5555
- env: TOXENV=py35-xdist
56-
python: '3.5'
56+
python: '3.5.1'
57+
dist: trusty
5758

5859
# Specialized factors for py37.
5960
- env: TOXENV=py37-pluggymaster-xdist

0 commit comments

Comments
 (0)