summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 90ca455dcd51f9b5e4a75b212aeec66c78f3a9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py27,pypy,py34,py35,py36,py37,docs

[testenv]
commands =
    {envbindir}/pytest {posargs}

[testenv:docs]
deps =
    sphinx
commands =
    {envbindir}/python setup.py build_sphinx