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

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

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