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

[testenv]
deps =
    pytz
    pytest
commands = py.test babel []