[tox]
envlist=py26,py27,py33,py34,pypy,flake8
[testenv]
commands=py.test --cov rq {posargs}
deps=
pytest
pytest-cov
mock
[testenv:py26]
unittest2
[testenv:flake8]
basepython = python2.7
deps =
flake8
commands =
flake8 rq tests --max-line-length=120