Merge pull request #5824 from blueyed/revert-py350
ci: Travis: do not test with 3.5.0
This commit is contained in:
commit
333e9d5c10
|
@ -42,9 +42,8 @@ jobs:
|
||||||
- env: TOXENV=pypy3-xdist
|
- env: TOXENV=pypy3-xdist
|
||||||
python: 'pypy3'
|
python: 'pypy3'
|
||||||
|
|
||||||
- env: TOXENV=py35
|
- env: TOXENV=py35-xdist
|
||||||
dist: trusty
|
python: '3.5'
|
||||||
python: '3.5.0'
|
|
||||||
|
|
||||||
# Coverage for:
|
# Coverage for:
|
||||||
# - pytester's LsofFdLeakChecker
|
# - pytester's LsofFdLeakChecker
|
||||||
|
|
Loading…
Reference in New Issue