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:
Doug Hellmann 2015-03-11 19:06:50 +00:00
parent 46fcdd3aca
commit 94624a77fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27,pep8
envlist = py34,py26,py27,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True