Skip to content

Commit

Permalink
Removed python 2.7 job from CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaladh-singhal committed Jul 3, 2019
1 parent 940de67 commit bff85c5
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions azure_pipelines/testing_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ trigger:

pool:
vmImage: 'ubuntu-16.04'
strategy:
matrix:
Python27:
python.version: '2.7'
Python36:
python.version: '3.6'

steps:
- bash: |
Expand All @@ -21,9 +15,7 @@ steps:
displayName: Update conda and activate it
- bash: |
if [[ $(python.version) == 2.7 ]]; then ENV_FILE=starkit_env27.yml
elif [[ $(python.version) == 3.6 ]]; then ENV_FILE=starkit_env3.yml; fi
conda env create -n starkit --file ./$ENV_FILE
conda env create -n starkit --file ./starkit_env3.yml
displayName: 'Create starkit environment'
- bash: |
Expand Down

0 comments on commit bff85c5

Please sign in to comment.