Skip to content
Snippets Groups Projects
Unverified Commit 0677af07 authored by Sergio Oliveira Campos's avatar Sergio Oliveira Campos
Browse files

Added azure-pipelines check

parent 5d7c0ec3
Branches
Tags
No related merge requests found
trigger:
- master
pool:
vmImage: 'ubuntu-18.04'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: Install tools
- script: pip install pydocstyle flake8
displayName: Install dependencies
- script: flake8 .
displayName: Run flake8 checks
- script: pydocstyle .
displayName: Verify docstings
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment