1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/third_party/pyiso8601/tox.ini
Jelmer Vernooij 13bd83ad30 Bundle pyiso8601 for iso8601 time/date manipulation.
(corrected lib/update-external.sh by Andrew Bartlett)

Change-Id: I0f992b949b1717635ff26fa0db6073675cce4ad7
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
2015-03-06 04:41:48 +01:00

9 lines
139 B
INI

[tox]
envlist = py26,py27,py32,py33,py34,pypy,pypy3
[testenv]
deps=pytest>=2.4.2
commands=py.test --verbose iso8601
setenv =
LC_ALL=C