Allow tox with py34 and MySQL

Change-Id: Ia8e2133777ca46caff4a905e540ae259a4f524f9
This commit is contained in:
Julien Danjou 2014-11-18 11:07:09 +01:00
parent 1681557b31
commit b00fd1a7a3
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}"