summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg14
1 files changed, 5 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 19e31e2..b2b4bfa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,27 +3,23 @@ universal = 1
[flake8]
max-line-length = 140
-exclude = tests/*,*/migrations/*,*/south_migrations/*
+exclude = */migrations/*
[tool:pytest]
+testpaths = tests
norecursedirs =
- .git
- .tox
- .env
- dist
- build
- south_migrations
migrations
python_files =
test_*.py
*_test.py
tests.py
addopts =
- -rxEfsw
+ -ra
--strict
--ignore=tests/badmodule.py
--ignore=tests/badsyntax.py
--doctest-modules
+ --doctest-continue-on-failure
--doctest-glob=\*.rst
--tb=short
@@ -34,7 +30,7 @@ known_first_party = tblib
default_section = THIRDPARTY
forced_separate = test_tblib
not_skip = __init__.py
-skip = migrations, south_migrations
+skip = migrations
[egg_info]
tag_build =