Skip to content

Commit c55fafd

Browse files
authored
Update python_development_stage.yml
1 parent ee5ca61 commit c55fafd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.ci/stage/python_development_stage.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Deploy Python Development Stage
2+
#
3+
# Copyright (c) Microsoft Corporation. All rights reserved.
4+
# Licensed under the MIT License.
5+
#
6+
# Job: Run Unit Tests and Static Code Analysis
7+
#
8+
# Step 1: Install Python Version 3.7
9+
# Step 2: Authenticate with Private Pypi
10+
# Step 3: Update Pip
11+
# Step 4: Install Tox
12+
# Step 5: Use Tox to run tests from tox.ini
13+
# Step 6: Run PyLint for Static Code Anlaysis and Linting
14+
# Step 8: Publish Test Results to Azure DevOps
15+
# Step 9: Publish Code Coverage Results to Azure DevOps
16+
#
17+
18+
119
parameters:
220
Agent: Hosted Ubuntu 1604
321
Demands: "python3"

0 commit comments

Comments
 (0)