summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-08-29 15:25:29 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-08-29 15:25:29 +0100
commitb7dc65d503d0255cdbd585e4629cbbf191c38e59 (patch)
tree2f2149e28f3a7db22fea5011ad963fba7e9f1301 /tox.ini
parent86a3f1b2ed85b06d7540b9fc696d606d37be3b3b (diff)
downloadpyiso8601-b7dc65d503d0255cdbd585e4629cbbf191c38e59.tar.gz
Applied python 3 support patch from https://code.google.com/p/pyiso8601/issues/detail?id=23
Also updated to use tox and py.test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..b1a7042
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py26,py27,py32,py33
+
+[testenv]
+deps=pytest
+commands=py.test iso8601