Skip to content

Commit

Permalink
Azure: limit Python 3.5 builds to supported versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Feb 24, 2019
1 parent bd5da46 commit 0743ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure_pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ strategy:
# PYTHON_VERSION: '3.4'
PY35:
PYTHON_VERSION: '3.5'
TOXENV: django111, django20, django21
PY36:
PYTHON_VERSION: '3.6'
PY36_isort:
Expand Down Expand Up @@ -38,7 +39,7 @@ steps:
pip --version
tox --skip-missing-interpreters true
displayName: Run tox

- script: |
coverage combine
coverage report -m
Expand Down

0 comments on commit 0743ff5

Please sign in to comment.