Remove unused py33 tox env
Based on review comments in https://review.openstack.org/118771 it's apparent that Cinder is quite a ways from Py3K support, and developers are not expected to run the py33 tox env. Rather than add more envs for later Python interpreter versions which will be equally broken, just remove it for now. Change-Id: I2bcc345bb62c0e08677fbf70b722b6a841650e53
This commit is contained in:
parent
db2c817fc7
commit
b1c572df49
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
envlist = py26,py27,py33,pep8
|
||||
envlist = py26,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