summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Twomey <mick@twomeylee.name>2015-11-03 16:04:45 +0000
committerMichael Twomey <mick@twomeylee.name>2015-11-03 16:04:45 +0000
commit606f3e3d59053b9a1ea3c1e7cfbfdaf63c469c3d (patch)
tree5521ed54b400a61b85ebeeb06dd7533749f5b9d2 /tox.ini
parent89c7c3d7f7a35e69ab4c7aea2871b572b9966dd3 (diff)
downloadpyiso8601-606f3e3d59053b9a1ea3c1e7cfbfdaf63c469c3d.tar.gz
Update README for release and add more pythons for testing0.1.11
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 f3a8758..ac326f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,py34,pypy,pypy3
+envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
[testenv]
deps=pytest>=2.4.2