summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2015-11-01 14:29:40 -0800
committerSeth M Morton <seth.m.morton@gmail.com>2015-11-01 14:29:40 -0800
commite15b8a1a6f6ed7d8907f7ee4fb972f3a0cb6b27f (patch)
treeb4c2eac6491d42f79e1602536921c57406407e8e /tox.ini
parente0e7cde7664be853fd3347c056a169acfdb86d21 (diff)
downloadnatsort-e15b8a1a6f6ed7d8907f7ee4fb972f3a0cb6b27f.tar.gz
Added Python 3.5 to tox testing.
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 1c5607d..40973ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- py26, py27, py32, py33, py34, pypy
+ py26, py27, py32, py33, py34, py35, pypy
[testenv]
commands = {envpython} setup.py test