ci: Travis: use 3.5.0
Ref: https://github.com/pytest-dev/pytest/pull/5752#issuecomment-522241225
This commit is contained in:
parent
9f3bfe82cf
commit
1e3205e7cf
|
@ -43,7 +43,8 @@ jobs:
|
|||
python: 'pypy3'
|
||||
|
||||
- env: TOXENV=py35-xdist
|
||||
python: '3.5'
|
||||
dist: trusty
|
||||
python: '3.5.0'
|
||||
|
||||
# Coverage for:
|
||||
# - pytester's LsofFdLeakChecker
|
||||
|
|
Loading…
Reference in New Issue