summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 82f897657c3fb1d3f362331b38945ffdf9df50b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
minversion = 1.8
envlist = {py27,py34,py35,py36,py37}-{plain,hiredis}, pycodestyle

[testenv]
deps =
    mock
    pytest >= 2.7.0
    hiredis: hiredis >= 0.1.3
commands = py.test {posargs}

[testenv:pycodestyle]
basepython = python3.6
deps = pycodestyle
commands = pycodestyle
skipsdist = true
skip_install = true