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

[testenv]
deps =
  pytz
  py27: egenix-mx-base
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}