From: armando-migliaccio Date: Thu, 1 Oct 2015 03:50:13 +0000 (-0700) Subject: Fix db error when running python34 Unit tests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=8ce04529e2d40d356f073c29f7f138aeac4dfd8c;p=openstack-build%2Fneutron-build.git 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 --- diff --git a/tox.ini b/tox.ini index a59f5301f..d78cabd25 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