Skip to content

jrper/python_project_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example template for a Python package

Set up to be tested by Azure pipelines

To register a new pipelines build:

If necessary, install the az command line tools and devops extension.

pip install --user azure-cli
az extension add devops

And register an account and/or organization on Microsoft DevOps.

Then run the following incantation

az devops login --organization <organization_url e.g. https://dev.azure.com/jrper>
az devops project create --name <project_name>
az pipelines create --name <project_name> --repository <repo_url e.g. >

Build Status Build Status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors