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
This commit is contained in:
parent
08b74ce328
commit
1787244db4
2
tox.ini
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user