diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 82decb5d..fdf6d85a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ jobs: vmImage: 'Ubuntu-latest' strategy: matrix: - Python36: - python.version: '3.6' Python37: python.version: '3.7' Python38: diff --git a/tox.ini b/tox.ini index 9ccebaf4..2c125d84 100644 --- a/tox.ini +++ b/tox.ini @@ -4,13 +4,11 @@ envlist = clean, check, - {py35, py36, py37}, + {py37}, report [testenv] basepython = - py35: {env:TOXPYTHON:python3.5} - py36: {env:TOXPYTHON:python3.6} py37: {env:TOXPYTHON:python3.7} {clean,check,report,codecov}: {env:TOXPYTHON:python3} setenv =