summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-03-09 09:54:00 +0000
committerColin Watson <cjwatson@debian.org>2016-03-09 09:54:00 +0000
commitfe522b0c47d430ac13bc4c4c8a091b8cef2085ee (patch)
treebb6f3ad6421ed9da9c8dc7802288bb1de6096184 /setup.cfg
parentf8de55537ac15958a980122b4c72f530be93d06a (diff)
parent3c1059e545e826040f9208fbe6e21ba270dd8cc9 (diff)
Import python-tblib_1.3.0.orig.tar.gz
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg11
1 files changed, 4 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 4210281..a9c789f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,9 +1,6 @@
[bdist_wheel]
universal = 1
-[aliases]
-release = register clean --all sdist bdist_wheel
-
[flake8]
max-line-length = 140
exclude = tests/*,*/migrations/*,*/south_migrations/*
@@ -24,10 +21,8 @@ python_files =
addopts =
-rxEfsw
--strict
- --ignore=docs/conf.py
- --ignore=setup.py
- --ignore=ci
- --ignore=.eggs
+ --ignore=tests/badmodule.py
+ --ignore=tests/badsyntax.py
--doctest-modules
--doctest-glob=\*.rst
--tb=short
@@ -38,6 +33,8 @@ line_length = 120
known_first_party = tblib
default_section = THIRDPARTY
forced_separate = test_tblib
+not_skip = __init__.py
+skip = migrations, south_migrations
[egg_info]
tag_build =