rq/tox.ini

24 lines
324 B
INI

[tox]
envlist=py26,py27,py33,py34,py35,py36,py37,pypy,flake8
[testenv]
commands=py.test --cov rq --durations=5 {posargs}
deps=
pytest
pytest-cov
mock
[testenv:py26]
deps=
pytest
pytest-cov
unittest2
mock
[testenv:flake8]
basepython = python2.7
deps =
flake8
commands =
flake8 rq tests