tox.ini 345 字节
Newer Older
C
Chris McDonough 已提交
1
[tox]
M
Marcus Smith 已提交
2
envlist =
3
    collect,docs,py26,py27,py32,py33,pypy
C
Chris McDonough 已提交
4 5

[testenv]
6
deps =
7
    pytest
8
    mock
9
    scripttest>=1.3
D
Donald Stufft 已提交
10
    git+https://github.com/pypa/virtualenv@1.11.X#egg=virtualenv
11
commands =
12
    py.test []
D
Donald Stufft 已提交
13

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