f3a8758462283528a9f0ddcdaa41eb76e38d1be4
[vlendec/samba-autobuild/.git] / third_party / pyiso8601 / tox.ini
1 [tox]
2 envlist = py26,py27,py32,py33,py34,pypy,pypy3
3
4 [testenv]
5 deps=pytest>=2.4.2
6 commands=py.test --verbose iso8601
7 setenv =
8     LC_ALL=C