summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b1d2ed7f24d83019a8891a1fb3c1034108c49232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tox]
envlist=py27,py34,py35,py36,py37,pypy,flake8

[testenv]
commands=pytest --cov rq --durations=5 {posargs}
deps=
    pytest
    pytest-cov
    mock

[testenv:flake8]
basepython = python3.6
deps =
    flake8
commands =
    flake8 rq tests