summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 48413f82bef949c64a32fd057e13815384ea9322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[aliases]
dev = develop easy_install webtest[tests]

[bdist_wheel]
universal=0

[tool:pytest]
addopts = -p no:warnings
          --doctest-modules
          --doctest-glob='*.rst'
          --ignore=docs/
          --ignore=CHANGES.rst
          --ignore=setup.py
          --ignore=bootstrap.py
          --ignore=examples/
          --ignore=docs/conf.py
          -W always
doctest_optionflags= NORMALIZE_WHITESPACE ELLIPSIS