Drop 3.4 testing on Azure

Azure no longer supports testing on Python 3.4
This commit is contained in:
Bruno Oliveira 2019-12-12 16:47:47 -03:00
parent 8bfe434f75
commit 1d021540a3
1 changed files with 0 additions and 6 deletions

View File

@ -48,12 +48,6 @@ jobs:
# pypy3:
# python.version: 'pypy3'
# tox.env: 'pypy3'
py34-xdist:
python.version: '3.4'
tox.env: 'py34-xdist'
# Coverage for:
# - _pytest.compat._bytes_to_ascii
PYTEST_COVERAGE: '1'
py35-xdist:
python.version: '3.5'
tox.env: 'py35-xdist'