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

[testenv]
deps=pytest>=2.4.2
commands=py.test iso8601
setenv =
    LC_ALL=C