summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: e533c7b7897bc6bef2223d17b570b31d5799dfa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bdist_wheel]
universal = 1

[tool:pytest]
addopts = --capture=sys
          --showlocals
          --doctest-modules
          --doctest-ignore-import-errors
          --ignore=setup.py
          --ignore=mycli/magic.py
          --ignore=mycli/packages/parseutils.py
          --ignore=test/features

[pep8]
rev = master
docformatter = True
diff = True
error-status = True