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

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

[testenv:pep8]
basepython = python2.6
deps = pep8
commands = pep8
skipsdist = true
skip_install = true