third_party/zlib/zlib.h: use HAVE___ATTRIBUTE__ instead of __GNUC__
[samba.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