Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
0677af07
Unverified
Commit
0677af07
authored
5 years ago
by
Sergio Oliveira Campos
Browse files
Options
Downloads
Patches
Plain Diff
Added azure-pipelines check
parent
5d7c0ec3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
azure-pipelines.yml
+22
-0
22 additions, 0 deletions
azure-pipelines.yml
with
22 additions
and
0 deletions
azure-pipelines.yml
0 → 100644
+
22
−
0
View file @
0677af07
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment