Unverified Commit 3d5a7b8a authored by Gao, Xiang's avatar Gao, Xiang Committed by GitHub
Browse files

Initial step for PYPI deploy (#158)

parent 1d7b3ffd
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment