1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tox.ini
2013-09-05 10:39:28 -04:00

33 lines
570 B
INI

[tox]
envlist =
collect,docs,py26,py27,py32,py33,pypy
[testenv]
deps =
pytest
pytest-xdist
mock
scripttest>=1.3
git+https://github.com/pypa/virtualenv@develop#egg=virtualenv
commands =
py.test -n 8
[testenv:collect]
commands =
py.test --collectonly
[testenv:docs]
deps = sphinx
basepython = python2.7
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
[testenv:py32]
# python3.2 has an import concurrency problem
setenv =
PYTHONDONTWRITEBYTECODE=1
[testenv:py33]
setenv =
PYTHONHASHSEED = 0