Skip to content

Commit

Permalink
Backport fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 9, 2019
1 parent 0ed2224 commit 28ba9d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ trigger:
branches:
include:
- master
- ?.?* # matches to backport branches, e.g. 3.6
exclude:
- refs/tags/*
pr:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ doc-spelling:
@make -C docs spelling SPHINXOPTS="-W -E"

install:
@pip install -U 'pip<19'
@pip install -U 'pip'
@pip install -Ur requirements/dev.txt

.PHONY: all build flake test vtest cov clean doc

0 comments on commit 28ba9d7

Please sign in to comment.