-
ulif authored
We pin py.test to version < 2.8.0 to make it work with the `--doctest-modules` option enabled. We still wait for this bug in py.test being fixed (announced in issue tracker for 2.8.3 release of py.test).
ulif authoredWe pin py.test to version < 2.8.0 to make it work with the `--doctest-modules` option enabled. We still wait for this bug in py.test being fixed (announced in issue tracker for 2.8.3 release of py.test).
setup.cfg 262 B
[aliases]
distribute = register sdist upload
dev = develop easy_install diceware[tests]
docs = develop easy_install diceware[docs]
[pytest]
addopts = --doctest-modules --doctest-glob='*.rst'
diceware tests docs README.rst
[bdist_wheel]
universal = 1