From 8ce04529e2d40d356f073c29f7f138aeac4dfd8c Mon Sep 17 00:00:00 2001 From: armando-migliaccio Date: Wed, 30 Sep 2015 20:50:13 -0700 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a59f5301f7d..d78cabd25af 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,py27,py34,pep8 +envlist = docs,py34,py27,pep8 minversion = 1.8 skipsdist = True