summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>2016-06-23 16:25:51 -0400
committerJeffrey Finkelstein <jeffrey.finkelstein@gmail.com>2016-06-23 16:25:51 -0400
commitb7d847d71e63254a8870ba25c12867c7c9b242d2 (patch)
tree80cab5b3988008db2cdcbea28cc17ddb04dda411 /tox.ini
parent25457e39eb3bfa23ed9fde401802aec8024f5850 (diff)
downloadblinker-b7d847d71e63254a8870ba25c12867c7c9b242d2.tar.gz
Adds Python 3.5 to test suite.
No changes to the code are required to support Python 3.5.
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 0f9a8c5..5046326 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25,py26,py27,py30,py31,py32,py33,py34,jython
+envlist = py25,py26,py27,py30,py31,py32,py33,py34,py35,jython
[testenv]
deps=nose