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

[testenv]
deps = pytz
commands = python setup.py test []