Merge "Override opportunistic database tests to PyMySQL"

This commit is contained in:
Jenkins 2015-06-20 15:09:47 +00:00 committed by Gerrit Code Review
commit fe30446dd1
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ envlist = py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql+pymysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt