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
3d5a7b8a
Unverified
Commit
3d5a7b8a
authored
Dec 17, 2018
by
Gao, Xiang
Committed by
GitHub
Dec 17, 2018
Browse files
Initial step for PYPI deploy (#158)
parent
1d7b3ffd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
azure/deploy-pypi.yml
azure/deploy-pypi.yml
+28
-0
No files found.
azure/deploy-pypi.yml
0 → 100644
View file @
3d5a7b8a
queue
:
name
:
Hosted Ubuntu
1604
timeoutInMinutes
:
6000
trigger
:
batch
:
true
branches
:
include
:
-
master
variables
:
python.version
:
'
3.7'
steps
:
-
task
:
UsePythonVersion@0
displayName
:
'
Use
Python
$(python.version)'
inputs
:
versionSpec
:
'
$(python.version)'
-
script
:
'
azure/install_dependencies.sh
&&
pip
install
nose
coverage'
displayName
:
'
Install
dependencies'
-
script
:
'
python
setup.py
nosetests'
displayName
:
Unit tests
-
script
:
'
echo
TODO:
deploy
to
PYPI'
displayName
:
PYPI deploy
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