Merge "Work toward Python 3.4 support and testing"
This commit is contained in:
6
tox.ini
6
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
|
||||
|
||||
Reference in New Issue
Block a user