Skip to content
Prev Previous commit
Next Next commit
Test to reduce lines
  • Loading branch information
Jianhui committed Dec 1, 2019
commit 5b05e7ae88fd291f5d1539f9916a12fb20ffb45e
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ jobs:
displayName: 'Test pip Install'

- job: UnitTest
displayName: Unit Test for Core, Telemetry
displayName: Unit Test for Core and Telemetry
timeoutInMinutes: 10

pool:
Expand All @@ -389,7 +389,7 @@ jobs:

steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
displayName: 'Use Python $(python.version)'
inputs:
versionSpec: '$(python.version)'
- bash: pip install --upgrade pip tox
Expand Down