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

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