summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index a5f6491..5e019ae 100644
--- a/README
+++ b/README
@@ -30,3 +30,8 @@ If you want more full featured parsing look at:
- http://labix.org/python-dateutil - python-dateutil
This was originally hosted at https://code.google.com/p/pyiso8601/
+
+Testing:
+
+1. pip install -r dev-requirements.txt
+2. tox