rq/tox.ini

24 lines
314 B
INI
Raw Normal View History

[tox]
2015-10-08 13:56:40 +00:00
envlist=py26,py27,py33,py34,py35,pypy,flake8
[testenv]
commands=py.test --cov rq --durations=5 {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
[testenv:flake8]
basepython = python2.7
deps =
flake8
commands =
flake8 rq tests