rq/tox.ini

17 lines
242 B
INI
Raw Normal View History

[tox]
envlist=py27,py34,py35,py36,py37,pypy,flake8
[testenv]
commands=pytest --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:flake8]
basepython = python3.6
deps =
flake8
commands =
flake8 rq tests