summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 19513524bd5549cc1060155db2285db1bdf703a8 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26,py27,py32,py33

[testenv]
deps=
    pytest
    six

commands=py.test test