2013-01-23 21:57:44 +00:00
|
|
|
[tox]
|
2015-10-08 13:56:40 +00:00
|
|
|
envlist=py26,py27,py33,py34,py35,pypy,flake8
|
2013-01-23 21:57:44 +00:00
|
|
|
|
|
|
|
[testenv]
|
2016-02-27 16:57:34 +00:00
|
|
|
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
|
2013-01-23 21:57:44 +00:00
|
|
|
|
|
|
|
[testenv:py26]
|
|
|
|
deps=
|
|
|
|
pytest
|
2014-07-24 21:30:36 +00:00
|
|
|
pytest-cov
|
2013-01-23 21:57:44 +00:00
|
|
|
unittest2
|
2014-05-06 13:51:23 +00:00
|
|
|
mock
|
2014-09-08 18:29:12 +00:00
|
|
|
|
|
|
|
[testenv:flake8]
|
|
|
|
basepython = python2.7
|
|
|
|
deps =
|
|
|
|
flake8
|
|
|
|
commands =
|
2016-03-13 17:42:12 +00:00
|
|
|
flake8 rq tests
|