rq/tox.ini

17 lines
198 B
INI
Raw Normal View History

[tox]
2014-04-28 06:34:52 +00:00
envlist=py26,py27,py33,py34,pypy
[testenv]
commands=py.test --cov rq {posargs}
2014-05-06 13:51:23 +00:00
deps=
pytest
2014-07-24 21:30:36 +00:00
pytest-cov
2014-05-06 13:51:23 +00:00
mock
[testenv:py26]
deps=
pytest
2014-07-24 21:30:36 +00:00
pytest-cov
unittest2
2014-05-06 13:51:23 +00:00
mock