rq/tox.ini

17 lines
188 B
INI
Raw Normal View History

[tox]
2014-04-28 06:34:52 +00:00
envlist=py26,py27,py33,py34,pypy
[testenv]
2014-07-24 21:30:36 +00:00
commands=py.test --cov rq
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