summaryrefslogtreecommitdiffstats
path: root/third_party/pyiso8601/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pyiso8601/tox.ini')
-rw-r--r--third_party/pyiso8601/tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/pyiso8601/tox.ini b/third_party/pyiso8601/tox.ini
new file mode 100644
index 0000000000..f3a8758462
--- /dev/null
+++ b/third_party/pyiso8601/tox.ini
@@ -0,0 +1,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