Skip to content

Commit

Permalink
Update python_development_stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow committed Jun 12, 2020
1 parent ee5ca61 commit c55fafd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .ci/stage/python_development_stage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# Deploy Python Development Stage
#
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# Job: Run Unit Tests and Static Code Analysis
#
# Step 1: Install Python Version 3.7
# Step 2: Authenticate with Private Pypi
# Step 3: Update Pip
# Step 4: Install Tox
# Step 5: Use Tox to run tests from tox.ini
# Step 6: Run PyLint for Static Code Anlaysis and Linting
# Step 8: Publish Test Results to Azure DevOps
# Step 9: Publish Code Coverage Results to Azure DevOps
#
# Author: dciborow@microsoft.om

parameters:
Agent: Hosted Ubuntu 1604
Demands: "python3"
Expand Down

0 comments on commit c55fafd

Please sign in to comment.