Fix db error when running python34 Unit tests

Follow fixes [1] to address this potential issue.

Closes-bug: #1489059

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

Change-Id: Ica389978869ae47c262cd797e85a7d7874254df7
This commit is contained in:
armando-migliaccio 2015-09-30 20:50:13 -07:00
parent 9ccefdac56
commit 8ce04529e2
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