diff --git a/tox.ini b/tox.ini index efc7bc3b..09488ac9 100644 --- a/tox.ini +++ b/tox.ini @@ -8,6 +8,7 @@ envlist = cover, py27, py27-sa8-mysql, py33, + py34, pylint, [testenv] @@ -72,6 +73,11 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-py3.txt SQLAlchemy>=0.7.8,<=0.9.99 +[testenv:py34] +deps = {[testenv]deps} + -r{toxinidir}/requirements-py3.txt + SQLAlchemy>=0.7.8,<=0.9.99 + [testenv:py26-sa7-mysql] deps = {[testenv]deps} -r{toxinidir}/requirements-py2.txt