summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-06-03 12:52:12 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2019-06-03 15:59:15 -0400
commita8b60b4ad9fe8339629da9ce41853519460abb15 (patch)
treee7f9291e4a323325a9754686e22eb22e0f280cad /tox.ini
parent41b100e6300e0680e9457149ac6f36ad7f78909e (diff)
downloadalembic-a8b60b4ad9fe8339629da9ce41853519460abb15.tar.gz
Add "usecase" changelog tag
"usecase" indicates the library now supports something a user was trying to do. It's not quite a "feature" since it's something that seems like it should have worked, it's not a "bug" because no mistake was made, it's just something that wasn't considered before. The advantage of "usecase" is that it inherently suggests a different style of prioritization vs. something that is preventing the library from working as designed. This change also adds docs/build/conf.py under the pep8 formatting test coverage, and additionally moves release / release_date to be present within; the release scripts will be altered to include this. Change-Id: Iea071a320e7a3672b35a41b13d5a74c0da5f9074
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 67c734a..2b238f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,4 +67,4 @@ deps=
flake8-rst-docstrings
# used by flake8-rst-docstrings
pygments
-commands = flake8 ./alembic/ ./tests/ setup.py
+commands = flake8 ./alembic/ ./tests/ setup.py docs/build/conf.py