12345678910111213141516171819 |
- [nosetests]
- with-doctest=1
- with-xunit=1
- cover-package=gbp
- cover-erase=1
- exe=1
- [epydoc]
- name = git-buildpackage
- sourcecode = no
- url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
- target = build/apidocs/
- fail-on = docstring_warning
- modules = gbp, tests/test_*.py
- [pep8]
- # E501: ignore line length
- ignore=E501
|