Work toward Python 3.4 support and testing

Change-Id: Icd0a426e3dd8a44c64e8ba337b36131392715c08
This commit is contained in:
Joshua Harlow
2014-09-12 00:05:34 -07:00
parent 3465e0340b
commit b84b76c557

View File

@@ -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