Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
b5af82f8
Unverified
Commit
b5af82f8
authored
Oct 29, 2018
by
Gao, Xiang
Committed by
GitHub
Oct 29, 2018
Browse files
Init azure pipeline (#133)
parent
ed1c69df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
azure.yml
azure.yml
+22
-0
No files found.
azure.yml
0 → 100644
View file @
b5af82f8
#Multi-configuration and multi-agent job options are not exported to YAML. Configure these options using documentation guidance: https://docs.microsoft.com/vsts/pipelines/process/phases
queue
:
name
:
Hosted Linux Preview
variables
:
python.version
:
'
3.5,
3.6,
>=
3.7.0a'
steps
:
-
task
:
UsePythonVersion@0
displayName
:
'
Use
Python
$(python.version)'
inputs
:
versionSpec
:
'
$(python.version)'
-
script
:
'
python
-m
pip
install
--upgrade
pip'
displayName
:
'
Install
dependencies'
-
script
:
'
pip
install
flake8
&&
flake8'
displayName
:
Flake8
enabled
:
false
continueOnError
:
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment