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

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