diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 644c9c34..82decb5d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,8 +13,6 @@ jobs: vmImage: 'Ubuntu-latest' strategy: matrix: - Python27: - python.version: '2.7' Python36: python.version: '3.6' Python37: @@ -32,7 +30,7 @@ jobs: sudo apt-get update sudo apt-get install ffmpeg displayName: 'Install ffmpeg' - + - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' diff --git a/tox.ini b/tox.ini index 849028da..9ccebaf4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,12 +4,11 @@ envlist = clean, check, - {py27, py35, py36, py37}, + {py35, py36, py37}, report [testenv] basepython = - py27: {env:TOXPYTHON:python2.7} py35: {env:TOXPYTHON:python3.5} py36: {env:TOXPYTHON:python3.6} py37: {env:TOXPYTHON:python3.7}