Codebase list pyquery / upstream/1.4.1+git20191026.8f2a788 setup.cfg
upstream/1.4.1+git20191026.8f2a788

Tree @upstream/1.4.1+git20191026.8f2a788 (Download .tar.gz)

setup.cfg @upstream/1.4.1+git20191026.8f2a788raw · history · blame

[nosetests]
verbosity=2
detailed-errors = True
with-doctest = True
doctest-extension = rst
doctest-fixtures = _fixt
# XXX: docs/index.txt requires lxml
include = docs
exclude = seleniumtests
cover-package=pyquery
with-coverage=1
doctest-options = +ELLIPSIS,+NORMALIZE_WHITESPACE

[bdist_wheel]
universal=1