Remove py33 env from default tox list
We no longer need to test on Python 3.3, so remove that environment from the default list in the tox configuration. Change-Id: Icb3f22224678f9dad5de610a40d43fbef47be7ef
This commit is contained in:
parent
46fcdd3aca
commit
94624a77fe
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 1.6
|
minversion = 1.6
|
||||||
envlist = py33,py34,py26,py27,pep8
|
envlist = py34,py26,py27,pep8
|
||||||
# NOTE(dhellmann): We cannot set skipdist=True
|
# NOTE(dhellmann): We cannot set skipdist=True
|
||||||
# for oslo libraries because of the namespace package.
|
# for oslo libraries because of the namespace package.
|
||||||
#skipsdist = True
|
#skipsdist = True
|
||||||
|
Loading…
Reference in New Issue
Block a user