summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 20842e06ff08e6d53c8d62a0afe01faae34ce142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
envlist =
    docs,py26,py27,py32,py33,py34,pypy

[testenv]
deps =
    pytest
    mock
    scripttest>=1.3
    git+https://github.com/pypa/virtualenv@master#egg=virtualenv
commands =
    py.test []

[testenv:docs]
deps = sphinx
basepython = python2.7
commands =
    sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html