summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasenotes/config.yaml2
-rw-r--r--tox.ini1
2 files changed, 3 insertions, 0 deletions
diff --git a/releasenotes/config.yaml b/releasenotes/config.yaml
new file mode 100644
index 00000000..3230b681
--- /dev/null
+++ b/releasenotes/config.yaml
@@ -0,0 +1,2 @@
+---
+closed_branch_tag_re: 'r"(?!^bugfix.*-eol$).+-eol"'
diff --git a/tox.ini b/tox.ini
index 5863ec89..139a5232 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ ignore_basepython_conflict=true
[testenv]
basepython = python3
+usedevelop = True
setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1