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

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