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: I9dd8cab4425eb010a9d03e7c103cd00989a96cda
Closes-bug: #1489059
This commit is contained in:
Reedip Banerjee 2015-12-03 12:27:00 +05:30 committed by Reedip
parent c6a42502bb
commit 930189e8c6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = docs,py27,py34,pep8
envlist = docs,py34,py27,pep8
minversion = 1.8
skipsdist = True