setup.cfg 137 B

1234567
  1. [pytest]
  2. addopts = --cov html5lib_truncation --pep8
  3. pep8ignore =
  4. docs/conf.py ALL
  5. docs/_themes/* ALL
  6. [bdist_wheel]
  7. universal = 1