Merge "Allow tox with py34 and MySQL"

This commit is contained in:
Jenkins 2014-11-18 17:16:08 +00:00 committed by Gerrit Code Review
commit ed5a728733
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ commands = {toxinidir}/setup-postgresql-env.sh python setup.py testr --slowest -
[testenv:py27-mysql]
commands = {toxinidir}/setup-mysql-env.sh python setup.py testr --slowest --testr-args="{posargs}"
[testenv:py34-mysql]
deps = {[testenv:py34]deps}
basepython = python3.4
commands = {toxinidir}/setup-mysql-env.sh python setup.py testr --slowest --testr-args="{posargs}"
[testenv:cover]
commands = python setup.py testr --slowest --coverage --testr-args="{posargs}"