summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjason kirtland <jek@discorporate.us>2015-07-23 11:47:56 +0200
committerjason kirtland <jek@discorporate.us>2015-07-23 11:47:56 +0200
commit0537f90b7bd0cd6a0c68d04f4c851a1e8984ad52 (patch)
treef8e7e5486ac895cfe522141b4ac1711dd3cc7d40
parent2090a9e44f885af101f3a3197b68c53a88ce5d1a (diff)
parent18b9433570b197545755ce4184c128ca37151122 (diff)
downloadblinker-develop.tar.gz
Merge pull request #14 from homeworkprod/patch-1develop
Tox should run tests on Python 3.4 as well.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 649a454..0f9a8c5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25,py26,py27,py30,py31,py32,py33,jython
+envlist = py25,py26,py27,py30,py31,py32,py33,py34,jython
[testenv]
deps=nose