Change default set of tox environments

Remove py33, since we don't test on 3.3 any more.

Remove pypy, since we don't need to test that locally by default (it may
still be tested in the gate).

Change-Id: If714935c975de73000b5b94f9fdb1f62c3e05c55
This commit is contained in:
Doug Hellmann 2015-02-17 17:35:25 -05:00
parent b046f0552e
commit 0e744e4891
1 changed files with 1 additions and 1 deletions

View File

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