pip/tox.ini

26 lines
365 B
INI
Raw Normal View History

2012-09-08 16:18:25 +02:00
[tox]
2013-05-29 01:44:55 +02:00
envlist =
collect,py26,py27,py32,py33,pypy
2012-09-08 16:18:25 +02:00
[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