1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tox.ini
Donald Stufft 8df86cac0b Test the collection of tests
This is to workaround pytest issues #149 / #180 where distributed
testing doesn't error out if it fails to collect tests.
2013-08-28 06:24:25 -04:00

26 lines
365 B
INI

[tox]
envlist =
collect,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:py32]
commands =
py.test
[testenv:py33]
setenv =
PYTHONHASHSEED = 0