Fix db error when running python34 Unit tests

If tests for py27 is executed before py34 tests, then
there is a chance that py34 related tests may fail.
The following patch fixes it.

Ref: https://review.openstack.org/#/q/status:merged++topic:bug/1489059,n,z

TrivialFix

Change-Id: I397fe9c6847f3e6d4640adbb2712f2197e72ae47
Closes-bug: #1489059
This commit is contained in:
Kenji Yasui 2015-12-07 04:00:22 +00:00
parent a94dab2573
commit 2acc1f4911

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py27,py34,docs
envlist = pep8,py34,py27,docs
[testenv]
install_command = pip install -U {opts} {packages}