mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
18 lines
342 B
INI
18 lines
342 B
INI
[tox]
|
|
envlist =
|
|
docs,py26,py27,py32,py33,py34,pypy
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
mock
|
|
scripttest>=1.3
|
|
git+https://github.com/pypa/virtualenv@1.11.X#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
|