aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ab0c7f2..e62dde5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -11,21 +11,6 @@ variables:
CI: 1
jobs:
-- job: PylintMyPy
- pool:
- vmImage: ubuntu-latest
-
- steps:
- - task: UsePythonVersion@0
- inputs:
- versionSpec: '3.7'
- addToPath: true
- - script: python -m pip install pylint mypy
- displayName: 'Install Pylint, MyPy'
- - script: pylint mesonbuild
- displayName: Lint Checks
- - script: mypy --follow-imports=skip mesonbuild/mtest.py mesonbuild/minit.py mesonbuild/msetup.py mesonbuild/wrap tools/ mesonbuild/modules/fs.py
-
- job: vs2015
pool: