summaryrefslogtreecommitdiffstats
path: root/third_party/pyiso8601/tox.ini
blob: f3a8758462283528a9f0ddcdaa41eb76e38d1be4 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py32,py33,py34,pypy,pypy3

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