~lazr-developers/launchpadlib/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
envlist =
    py27,py35,py36,py37,py38,docs

[testenv]
commands =
    zope-testrunner --test-path src --tests-pattern ^tests {posargs}
deps =
    .
    zope.testrunner

[testenv:docs]
basepython =
    python2.7
commands =
    sphinx-build -b html -d src/launchpadlib/docs/_build/doctrees src/launchpadlib/docs src/launchpadlib/docs/_build/html
deps =
    .[docs]