aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
blob: 9faee2e2414f7bd82cc9c3393397461e660b4365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist =
    py26,
    py27,
    py32,
    py33,
    py34,
    py35,
    py36

[testenv]
commands = python setup.py test -q {posargs}
deps =
    py26: unittest2
    six