summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 14:55:47 +0100
committerMichael Twomey <michael.twomey@fieldaware.com>2013-10-17 14:55:47 +0100
commit3c8b886cce706f480462e1e4e45b71e0269ef556 (patch)
treeb05d72a4c1ff5499abf19800c4abb42a5cb8c957 /tox.ini
parent10c7faa9be66b06586d187905735013d2a22ecd5 (diff)
downloadpyiso8601-3c8b886cce706f480462e1e4e45b71e0269ef556.tar.gz
Update README and add pypy to tox test matrix
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 766b53d..d3fce9f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33
+envlist = py26,py27,py32,py33,pypy
[testenv]
deps=pytest>=2.4.2