diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a6a9494..8c7c879 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,14 +10,8 @@ pool: vmImage: ubuntu-latest strategy: matrix: - Python27: - python.version: '2.7' - Python35: - python.version: '3.5' Python36: python.version: '3.6' - Python37: - python.version: '3.7' steps: - task: UsePythonVersion@0 @@ -31,6 +25,5 @@ steps: displayName: 'Install dependencies' - script: | - pip install pytest pytest-azurepipelines - pytest - displayName: 'pytest' + python setup.py build develop + displayName: 'setup'