Newer
Older
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
-rrequirements.txt
commands =
pytest {tty:--color=yes} {posargs}
[testenv:doc]
extras = docs
commands =
mkdocs build --clean --verbose --strict