summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 93a76b97ecfff494556427778b5d7f578f41c4f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
envlist=py26,py27,py33,py34,py35,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