We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5ca61 commit c55fafdCopy full SHA for c55fafd
.ci/stage/python_development_stage.yml
@@ -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
+# Author: [email protected]
18
+
19
parameters:
20
Agent: Hosted Ubuntu 1604
21
Demands: "python3"
0 commit comments