summaryrefslogtreecommitdiff
path: root/tox.ini
blob: a68b222d7724289a69f8985bf459c9b8e38d7b7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist=py3

[testenv]
deps =
  pytz
commands=
  logilab-pytest -t test {posargs}

[testenv:docs]
basepython = python2
deps =
  -r docs/requirements-doc.txt
commands=
  {envpython} -m sphinx -b html {toxinidir}/docs {toxinidir}/docs/_build/html {posargs}