9
zope-testrunner --test-path src --tests-pattern ^tests {posargs}
11
# This is needed until we port to oauthlib. It means that this environment
12
# will only work on Debian or derivatives with python3-oauth (which has had
13
# 2to3 run over it) installed, so it isn't yet in envlist.
21
pylint --rcfile=pylint.rc src/lazr/authentication/
23
# This has too many failures to be enabled by default as yet.
25
basepython = python2.7
28
commands = {[lint]commands}
31
basepython = python2.7
35
sphinx-build -b html -d src/lazr/authentication/docs/_build/doctrees src/lazr/authentication/docs src/lazr/authentication/docs/_build/html