diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 906ae1e3..9a05153b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,9 +14,6 @@ jobs: # Run the pipeline with multiple Python versions strategy: matrix: - Python34: - python.version: '3.4' - TOXENV: 'py34' Python35: python.version: '3.5' TOXENV: 'py35' |