From f49fe39a228234d37f534074c5c121de44511ef2 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 17 Jun 2013 21:19:29 -0400 Subject: Only allow RFC 3339 date times, not all of ISO 8601. Closes #115 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d1f390d..05dbbbf 100644 --- a/tox.ini +++ b/tox.ini @@ -49,10 +49,10 @@ deps = [testenv:all] deps = - isodate lxml pytest sphinx + strict-rfc3339 webcolors [flake8] -- cgit v1.2.1