From 0e744e489121cc4f03f28cd5506c5c2403192288 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 17 Feb 2015 17:35:25 -0500 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fc821152..6490bc1e 100644 --- a/tox.ini +++ b/tox.ini @@ -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