summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2019-11-16 17:46:29 +0000
committerGitHub <noreply@github.com>2019-11-16 17:46:29 +0000
commit77dc2eb3324b566111275b4444735d05e5e823bd (patch)
tree06ca788b2822106e870e5828e34ee2dfb5bf156a
parent10d7e1869b2a70c1b0ef809d64eaa87da052821b (diff)
downloadvirtualenv-77dc2eb3324b566111275b4444735d05e5e823bd.tar.gz
enable CI on rewrite (#1445)
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index eb76259..2674af0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -12,11 +12,13 @@ trigger:
branches:
include:
- master
+ - rewrite
- refs/tags/*
pr:
branches:
include:
- master
+ - rewrite
variables:
PYTEST_ADDOPTS: "-v -v -ra --showlocals"