summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-01-17 12:18:43 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-01-17 12:18:43 -0500
commita1546c19a191746f005e7e47d8bdb084f0b573fb (patch)
tree150b0594da285809c7eaa537d10b2097bd1a8371 /setup.cfg
parentb57b164177f18d09386097cacc3d425bb20c2be8 (diff)
downloadalembic-a1546c19a191746f005e7e47d8bdb084f0b573fb.tar.gz
Update pytest section in setup.cfg
Uses new [tool:pytest] directive. Also removes tox minversion as we are well ahead of that version. Change-Id: I32c767b8daa64c9e8d71a68c4f568d275719c7d7
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index bc29906..08f68d7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,7 +34,7 @@ oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
[alembic]
-[pytest]
+[tool:pytest]
addopts= --tb native -v -r fxX
python_files=tests/test_*.py