Skip to content

Commit

Permalink
Merge branch '3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 9, 2019
2 parents 28ba9d7 + 6a5ab96 commit 90f708f
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 84 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
branches:
tags:
include:
- refs/tags/*
- v?.*
pr: none


Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/stage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stages:
architecture: 'x64'

- script: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
displayName: 'Update pip'
- script: |
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
fast_finish: true
allow_failures:
- python: nightly
- python: pypy3.5

include:
- name: 3.7 without extensions
Expand Down
Loading

0 comments on commit 90f708f

Please sign in to comment.