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

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