From 1787244db42422db4f853a6acd845c800e7ce995 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Fri, 4 Mar 2016 14:20:52 -0500 Subject: [PATCH] Run py34 tests with plain 'tox' command Now that all cinder unit tests pass on python 3.4 [1], we can run py34 tests by default alongside py27 and pep8. This commit also addresses the annoyance of py34 tox tests failing with 'db type could not be determined' if py27 tests were initially run in the workspace. [1] https://haypo.github.io/openstack_mitaka_python3.html Change-Id: If60e5d0d3185e78f38fa2bfc7b6bb4840f09d840 Closes-bug: #1489059 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 947bf0e03a2..5594eca5b26 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py27,pep8 +envlist = py34,py27,pep8 [testenv] # Note the hash seed is set to 0 until cinder can be tested with a