summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-04 01:26:45 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-04 01:26:45 -0500
commit0d01063faa6c5eebf041d024c00fc80afa0a56c7 (patch)
tree0df3a747c5bccc1b9afda8b5be4daf31f44febca /setup.cfg
parenta43dc5f688f4c06885ec8066b9fff1c25cb3e305 (diff)
downloadalembic-0d01063faa6c5eebf041d024c00fc80afa0a56c7.tar.gz
- add py.test config, see if jenkins no longer pulls in sqlalchemy conftest files...
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 72840f3..530eb95 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -13,3 +13,9 @@ identity = C4DAFEE1
[alembic]
+
+[pytest]
+addopts= --tb native -v -r fxX
+python_files=tests/*test_*.py
+
+