diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-08 14:11:24 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-08 14:23:03 -0400 |
commit | 5debe80706e59099669e25ddaf6d6babce2bc80b (patch) | |
tree | b52570ebfafb620151e90a401d6ce732f0058728 /azure-pipelines.yml | |
parent | b31f029b01eb60f591bdd0326e01d84b589fcad3 (diff) | |
download | delivery_merge-5debe80706e59099669e25ddaf6d6babce2bc80b.tar.gz |
Update azure-pipelines.yml for Azure Pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4617087..2afca99 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,8 +10,6 @@ pool: vmImage: 'ubuntu-latest' strategy: matrix: - Python36: - python.version: '3.6' Python37: python.version: '3.7' |