~cjwatson/storm/py39

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Colin Watson
  • Date: 2020-05-26 12:26:00 UTC
  • mfrom: (554.1.2 sphinx-doc)
  • Revision ID: cjwatson@canonical.com-20200526122600-ecp80bz8xf1dfby8
Add Sphinx documentation. [r=ilasc]

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    py36-{cextensions,nocextensions}
6
6
    py37-{cextensions,nocextensions}
7
7
    py38-{cextensions,nocextensions}
 
8
    docs
8
9
 
9
10
[testenv]
10
11
deps =
15
16
    nocextensions: STORM_CEXTENSIONS = 0
16
17
commands =
17
18
    python dev/test {posargs}
 
19
 
 
20
[testenv:docs]
 
21
basepython =
 
22
    python3
 
23
commands =
 
24
    sphinx-build -b html -d storm/docs/_build/doctrees storm/docs storm/docs/_build/html
 
25
deps =
 
26
    .[doc]