Skip to content

Commit

Permalink
Fix: tox can use ADO default Python 2.7 (#11802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianhui Harold committed Jan 9, 2020
1 parent fd1c960 commit ad8d70f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,13 @@ jobs:
matrix:
Python27:
python.version: '2.7'
tox_env: 'py27'
Python36:
python.version: '3.6'
tox_env: 'py36'
Python38:
python.version: '3.8'
tox_env: 'py38'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python $(python.version)'
Expand All @@ -395,6 +398,8 @@ jobs:
displayName: 'Install pip and tox'
- bash: ./scripts/ci/unittest.sh
displayName: 'Run Unit Test'
env:
TOXENV: $(tox_env)

- job: IntegrationTestAgainstProfiles
displayName: Integration Test against Profiles
Expand Down

0 comments on commit ad8d70f

Please sign in to comment.